/*
 Theme Name: b2b-child
 Template: b2b
*/
header#masthead {
  height: 90px !important;
}
.is_agent #main-sidebar #main-menu .menu-item:first-child {
  height: 90px;
}
#main-sidebar {
  position: fixed;
  width: 90px;
  height: 100vh;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 99999999;
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(to bottom, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 2px 7px;
  background-repeat: repeat-y;
}
#main-sidebar #main-menu {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#main-sidebar #main-menu .menu-item {
  width: 100%;
  height: 91px;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
#main-sidebar #main-menu .menu-item.c3 {
  display: none;
}
#main-sidebar #main-menu .menu-item.c6 {
  display: none;
}
#main-sidebar #main-menu .menu-item.c9 {
  display: none;
}
#main-sidebar #main-menu .menu-item.c11 {
  display: none;
}
#main-sidebar #main-menu .menu-item > span {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
#main-sidebar #main-menu .menu-item > span::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #F2EFE8;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
#main-sidebar #main-menu .menu-item > span a {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}
#main-sidebar #main-menu .menu-item > span a span.label {
  /*display: none;visibility: hidden;*/
  position: absolute;
  bottom: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  background: #fff;
  width: calc(100% - 4px);
  text-align: center;
  line-height: 15px;
  text-shadow: 0 0 2px #ffffff, 0 0 3px #ffffff;
}
#main-sidebar #main-menu .menu-item > span a.icon-stats::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/home.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-home::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/panettone.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-cart::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/cart.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-orders::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/orders.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-account::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/user.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-customers::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/clienti.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-back-to-customers::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/clienti-back.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-wishlist::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/wishlist.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span a.icon-loison::before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/loison.svg);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: 35px;
  background-position: center center;
  user-select: none;
}
#main-sidebar #main-menu .menu-item > span:hover a span.label {
  background: transparent;
}
#main-sidebar #main-menu .menu-item > span:hover::before {
  filter: brightness(0.9);
}
#main-sidebar #main-menu .menu-item.c2 > span:before {
  background-color: #D8EDF3;
}
#main-sidebar #main-menu .menu-item.c3 > span:before {
  background-color: #F2EFE8;
}
#main-sidebar #main-menu .menu-item.c4 > span:before {
  background-color: #DFE6B9;
}
#main-sidebar #main-menu .menu-item.c5 > span:before {
  background-color: #EFE3B2;
}
#main-sidebar #main-menu .menu-item.c6 > span:before {
  background-color: #F2EFE8;
}
#main-sidebar #main-menu .menu-item.c7 > span:before {
  background-color: #EAC7A3;
}
#main-sidebar #main-menu .menu-item.c8 > span:before {
  background-color: #E4B8BD;
}
#main-sidebar #main-menu .menu-item.c9 > span:before {
  background-color: #F2EFE8;
}
#main-sidebar #main-menu .menu-item.c10 > span:before {
  background-color: #C2AED1;
}
#main-sidebar #main-menu .menu-item.c11 > span:before {
  background-color: #F2EFE8;
}
#main-sidebar #search {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #F2EFE8;
  border: 2px solid #5E5250;
  transition: width 0.32s ease;
}
#main-sidebar #search .search-input {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999999999999;
  background: #F2EFE8;
  display: flex;
  align-items: center;
  justify-content: center;
}
#main-sidebar #search .search-input img {
  width: auto !important;
  max-width: unset !important;
}
#main-sidebar #search img {
  z-index: 1;
}
#main-sidebar #search .search-form {
  opacity: 0;
  visibility: hidden;
  margin: 0;
  width: 0;
}
#main-sidebar #search .search-form label {
  display: none;
}
#main-sidebar #search .search-form input[type="submit"] {
  display: none;
}
#main-sidebar #search.active, #main-sidebar #search:hover {
  width: 24vw;
  height: 90px;
  display: flex;
  z-index: 999999999;
  align-items: center;
  justify-content: center;
  position: fixed;
}
#main-sidebar #search.active .search-input::after, #main-sidebar #search:hover .search-input::after {
  content: "";
  position: absolute;
  left: 100%;
  height: 28px;
  top: 50%;
  transform: translateY(-50%);
  width: 1.2px;
  background: #5E5250;
}
#main-sidebar #search.active .search-form, #main-sidebar #search:hover .search-form {
  opacity: 1;
  visibility: visible;
  margin: auto;
  width: 17vw;
  margin-left: 108px;
}
#main-sidebar #search.active .search-form .search-field, #main-sidebar #search:hover .search-form .search-field {
  background: transparent;
  color: #5E5250;
  font-family: "KoHo", sans-serif;
  font-size: 19px;
  line-height: 22px;
  opacity: 0.7;
  border: none;
}
#main-sidebar #search.active + #main-menu, #main-sidebar #search:hover + #main-menu {
  margin-top: 90px;
}
#main-sidebar #logout {
  width: 100%;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  position: relative;
}
#main-sidebar #logout::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  background: #F2EFE8;
  z-index: 0;
  opacity: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
#main-sidebar #logout img {
  z-index: 1;
  position: relative;
}
#main-sidebar #logout:hover::before {
  opacity: 1;
}
.woocommerce-account:not(.woocommerce-orders):not(.woocommerce-view-order) header#masthead, .page-template-template-registrazione header#masthead {
  width: calc(100%);
  left: 0px;
}
header#masthead {
  padding: 0 !important;
  justify-content: flex-end;
  position: fixed;
  width: calc(100% - 90px);
  left: 90px;
  top: 0;
  background: #fff;
  z-index: 9999;
}
header#masthead .site-branding {
  width: 170px;
  height: 100%;
  background: #675956;
  text-align: center;
  position: relative;
  z-index: 99;
}
header#masthead .site-branding .site-logo {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#masthead .site-branding .site-logo img.dark {
  display: none !important;
  width: auto;
  height: 43px;
  margin-top: -3px;
}
header#masthead .site-branding .site-logo img.custom-logo {
  display: block;
  object-fit: contain;
  margin-top: -3px;
}
header#masthead .cart-section {
  min-width: 210px;
  width: 210px;
  height: 100%;
  border-left: 2px solid #675956;
  transition: all 0.25s 0.25s ease-in-out;
}
header#masthead .cart-section .cart-header {
  width: 100%;
  height: 100%;
  transition: all 0.3s 0.3s ease-in-out;
}
header#masthead .cart-section .cart-header > a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  background: #DAE5DD;
  z-index: 9;
  position: relative;
  border-right: 2px solid #675956;
  border-bottom: 2px solid #675956;
}
header#masthead .cart-section .cart-header > a .cart-icon {
  position: relative;
}
header#masthead .cart-section .cart-header > a .cart-icon .cart-notice {
  width: 7px;
  height: 7px;
  background: #5E5250;
  border-radius: 50%;
  position: absolute;
  right: -5px;
  top: -4px;
  transition: all 0.3s ease-in-out;
}
header#masthead .cart-section .cart-header > a .sep {
  padding: 0 8px 0 10px;
}
header#masthead .cart-section .cart-header > a .cart-total {
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
}
header#masthead .cart-section .cart-header > a .show-cart {
  width: 0;
  opacity: 0;
  transition: all 0s ease-in-out;
}
header#masthead .cart-section .cart-header:hover {
  transition: all 0.3s ease-in-out;
}
header#masthead .cart-section .cart-header:hover > a {
  padding: 0 27px;
}
header#masthead .cart-section .cart-header:hover .show-cart {
  opacity: 1;
  width: auto;
  transition: opacity 0.3s 0.1s ease-in-out;
}
header#masthead .cart-section .cart-header:hover .show-cart span {
  text-transform: uppercase;
  font-weight: bold;
}
header#masthead .cart-section:hover {
  width: 19vw;
  transition: all 0.25s ease-in-out;
}
header#masthead .main-header {
  flex: 1;
  height: 100%;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all 0.3s ease;
}
header#masthead .main-header span.b2b-login {
  font-size: 15px;
  font-weight: bold;
}
header#masthead .main-header span.back-to-login {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 35px;
  transform: translateY(-50%);
}
header#masthead .main-header span.back-to-login a {
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
header#masthead .main-header span.back-to-login a img {
  margin-right: 18px;
}
header#masthead .main-header .breadcrumb-container a {
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 15px;
}
header#masthead .main-header .breadcrumb-container a:hover {
  text-decoration: underline;
}
header#masthead .main-header .breadcrumb-container .product_tax {
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 55px 0 5px;
  position: relative;
  font-size: 15px;
}
header#masthead .main-header .breadcrumb-container .product_tax.panettoni::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/panettoni.svg);
}
header#masthead .main-header .breadcrumb-container .product_tax.accessori::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/accessori.svg);
}
header#masthead .main-header .breadcrumb-container .product_tax.biscotti::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/biscotti.svg);
}
header#masthead .main-header .breadcrumb-container .product_tax.colombe::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/colombe.svg);
}
header#masthead .main-header .breadcrumb-container .product_tax.filone::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/filone.svg);
}
header#masthead .main-header .breadcrumb-container .product_tax.pandori::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/pandori.svg);
}
header#masthead .main-header .breadcrumb-container .product_tax.torte::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/torte.svg);
}
header#masthead .main-header .breadcrumb-container .product_tax.veneziana::before {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 35px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/veneziana.svg);
}
@media screen and (max-width: 1025px) {
  #mobile-navigation {
    display: none !important;
  }
}
@media screen and (max-width: 780px) {
  header#masthead .site-branding .site-logo img.dark {
    display: block !important;
  }
  header#masthead .site-branding .site-logo svg {
    display: none;
  }
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 {
  display: none !important;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .or {
  display: none !important;
}
.woocommerce-result-count {
  display: none !important;
}
select.orderby {
  padding: 5px;
  border-radius: 5px;
}
#clear-cart {
  background: #5E5250;
  color: #fff;
  border-radius: 0;
  margin-right: 20px;
}
.single_add_to_cart_button.loading {
  pointer-events: none;
  opacity: 0.75 !important;
}
.single_add_to_cart_button.loading:after {
  content: "" !important;
  box-sizing: border-box;
  position: absolute !important;
  margin-left: 5px !important;
  right: auto !important;
  top: auto !important;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #fff;
  border-top-color: #000;
  display: inline-block;
}
fieldset {
  border: none !important;
  padding: 0;
  margin: 0;
}
.search-results h1.search-title, .search-no-results h1.search-title {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  text-transform: uppercase;
}
.search-results img, .search-no-results img {
  height: auto;
  display: block;
  max-width: 100%;
}
.search-results .filters-nav .filter-nav-top, .search-no-results .filters-nav .filter-nav-top {
  display: none !important;
}
div#page {
  overflow-x: hidden;
  box-sizing: border-box;
  margin-left: 90px;
  margin-top: 90px;
}
.woocommerce-account:not(.woocommerce-orders):not(.woocommerce-view-order) div#page, .page-template-template-registrazione div#page {
  margin-left: 0;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
  display: none;
}
a {
  color: #5E5250;
}
.boxed {
  max-width: 76vw;
  width: 100%;
  margin: 0 auto;
}
::-webkit-scrollbar {
  width: 7px;
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #5E5250;
  border-radius: 0px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0);
  background-color: transparent;
}
::selection {
  background-color: #ECE3CC !important;
  color: #5E5250 !important;
}
body, html {
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  font-weight: 400;
}
span, small {
  font-weight: 400;
}
h1, .h1-style {
  font-size: 40px;
  line-height: 42px;
  font-weight: bold;
  margin: 0;
}
h2, .h2-style {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  margin: 0;
}
.product-boxed {
  max-width: calc(100% - 340px);
  width: 100%;
  margin: 0 auto;
}
.yith-wcwl-wishlistaddedbrowse a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.yith-wcwl-wishlistaddedbrowse a i {
  margin-right: 4px;
}
#yith-wcwl-popup-message {
  text-transform: uppercase;
}
.slick-dots {
  position: absolute;
  bottom: 10px !important;
}
.slick-dots li button:before {
  font-size: 9px !important;
  color: #5E5250 !important;
}
.floatThead-container {
  background: #fff;
}
span.not-found {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
}
.single-product-images:not(.slick-initialized) {
  visibility: hidden;
}
a.added_to_cart.wc-forward {
  display: none;
}
button[type="submit"], #place_order, .gform_button {
  background: #5E5250 !important;
  background-color: #5E5250 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  font-weight: bold !important;
  font-size: 16px !important;
  font-family: "KoHo", sans-serif;
  border: none !important;
  border-radius: 0 !important;
  margin: 20px 0 !important;
  padding: 12px 30px !important;
  cursor: pointer;
}
button[type="submit"]:hover, #place_order:hover, .gform_button:hover {
  opacity: 0.6;
}
a.button.dark {
  text-decoration: none;
  background: #5E5250;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-family: "KoHo", sans-serif;
  border: none !important;
  border-radius: 0 !important;
  margin: 20px 0;
  padding: 12px 30px;
  cursor: pointer;
}
a.button.dark:hover {
  opacity: 0.6;
}
.add-acnt-adrs.thwma-add-acnt-adrs.new-adrs {
  display: none;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
}
.woocommerce-error, .woocommerce-message, .woocommerce-info {
  margin-top: 0px;
  width: 100%;
  margin-bottom: 35px;
  padding: 17px 20px;
  color: #fff;
  background-color: #5E5250;
  border-top: none !important;
}
.woocommerce-error li, .woocommerce-message li, .woocommerce-info li {
  padding: 4px 0;
}
.woocommerce-error *, .woocommerce-message *, .woocommerce-info * {
  color: #fff;
}
.woocommerce-error::before, .woocommerce-message::before, .woocommerce-info::before {
  display: none;
}
.woocommerce-message {
  background-color: #dae5dd;
  color: #5E5250;
}
.navigation {
  margin-top: 55px;
}
.navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation .nav-links .next, .navigation .nav-links .prev {
  display: none !important;
}
.navigation .nav-links > * {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  background: #F2EFE8;
  text-decoration: none;
  font-weight: bold;
}
.navigation .nav-links > *.current, .navigation .nav-links > *:hover {
  background: #5E5250;
  color: #fff !important;
}
.search-input {
  cursor: pointer;
}
.introjs-helperLayer {
  z-index: 99999999 !important;
  border-radius: 0px !important;
}
.introjs-dontShowAgain label {
  font-size: 12px !important;
  margin-right: 6px !important;
  line-height: 12px !important;
}
.introjs-progressbar {
  background-color: #5E5250 !important;
}
.introjs-tooltip.tooltip375 {
  background-color: #fff;
  min-width: 320px;
  max-width: 450px;
  border-radius: 0px !important;
}
.introjs-tooltip.tooltip375 * {
  font-family: "KoHo", sans-serif;
}
.introjs-tooltip.tooltip375 a.introjs-button.introjs-prevbutton {
  float: left !important;
}
.introjs-tooltip.tooltip375 a.introjs-button.introjs-nextbutton {
  float: right !important;
}
.introjs-tooltip.tooltip375 .introjs-button {
  color: #fff !important;
  border-radius: 0 !important;
  order: 2;
  background-color: #5E5250 !important;
  padding: 0.5rem 3rem;
  text-shadow: none !important;
  transition: opacity 0.3s ease;
}
.introjs-tooltip.tooltip375 .introjs-button:focus {
  box-shadow: none !important;
}
.introjs-tooltip.tooltip375 .introjs-button:focus:hover {
  opacity: 0.7 !important;
}
.introjs-tooltip.tooltip375 .introjs-tooltip-title {
  width: 100% !important;
  text-align: center !important;
  font-size: 20px;
  justify-content: center;
  line-height: 25px;
  margin-bottom: 11px;
}
.introjs-tooltip.tooltip375 .introjs-tooltip-header {
  padding-top: 20px !important;
}
.introjs-tooltip.tooltip375 .introjs-tooltipbuttons {
  padding: 6px;
}
.introjs-tooltip.tooltip375 .introjs-tooltiptext {
  padding: 0px 20px 15px;
  text-align: center;
}
.nothing {
  min-height: 40vw;
  display: flex;
  flex-direction: column;
  width: 100%;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
}
.nothing h2 {
  margin-bottom: 28px;
}
.nothing .button {
  padding: 10px 17px;
  background: #5E5250;
  text-transform: uppercase;
  color: #fff;
}
.nothing .button a {
  text-decoration: none;
  color: #fff;
}
header#masthead .cart-section {
  position: relative;
}
header#masthead .cart-section:hover #mini-cart {
  transform: translateY(0);
  opacity: 1;
  transition: transform 0.25s 0.25s ease, opacity 0.15s 0.25s ease;
}
#mini-cart {
  background: #fff;
  border-left: 2px solid #5E5250;
  border-bottom: 2px solid #5E5250;
  position: absolute;
  z-index: 0;
  width: calc(100% + 172px);
  left: -2px;
  top: calc(100% + 1px);
  padding: 15px;
  max-height: calc(100vh - 90px);
  display: block;
  transform: translateY(-103%);
  opacity: 0;
  transition: transform 0.25s 0.25s ease, opacity 0.45s 0.25s ease;
  overflow-y: auto;
}
#mini-cart::-webkit-scrollbar {
  display: none !important;
}
#mini-cart .mini-cart-content {
  display: flex;
  flex-direction: column;
}
#mini-cart .mini-cart-content .cart-item {
  display: flex;
  flex-flow: row wrap;
  padding-bottom: 4px;
  padding-top: 4px;
  align-items: center;
}
#mini-cart .mini-cart-content .cart-item:not(:last-child) {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
#mini-cart .mini-cart-content .cart-item:hover .name {
  opacity: 0.7;
}
#mini-cart .mini-cart-content .cart-item .cart-item-thumb {
  height: 4vw;
  width: 30%;
  flex-basis: 30%;
}
#mini-cart .mini-cart-content .cart-item .cart-item-thumb .thumb-img {
  width: 100%;
  height: 100%;
}
#mini-cart .mini-cart-content .cart-item .cart-item-thumb .thumb-img a {
  width: 100%;
  height: 100%;
  display: block;
}
#mini-cart .mini-cart-content .cart-item .cart-item-thumb .thumb-img a img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}
#mini-cart .mini-cart-content .cart-item .cart-item-info {
  width: 70%;
  flex-basis: 70%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#mini-cart .mini-cart-content .cart-item .cart-item-info a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-decoration: none;
}
#mini-cart .mini-cart-content .cart-item .cart-item-info .name {
  font-size: 18px;
  line-height: 20px;
  display: block;
  padding-right: 7px;
}
.page-template-template-statistiche .dashboard-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}
.page-template-template-statistiche .chart1-filters, .page-template-template-statistiche .chart2-filters, .page-template-template-statistiche .chart3-filters, .page-template-template-statistiche #stats-type-filters, .page-template-template-statistiche .most-ordered-filters {
  display: flex;
  gap: 10px;
}
.page-template-template-statistiche .chart1-filters .chart1-filter, .page-template-template-statistiche .chart1-filters .chart2-filter, .page-template-template-statistiche .chart1-filters .chart3-filter, .page-template-template-statistiche .chart1-filters .stats-type-filter, .page-template-template-statistiche .chart1-filters .most-ordered-filter, .page-template-template-statistiche .chart2-filters .chart1-filter, .page-template-template-statistiche .chart2-filters .chart2-filter, .page-template-template-statistiche .chart2-filters .chart3-filter, .page-template-template-statistiche .chart2-filters .stats-type-filter, .page-template-template-statistiche .chart2-filters .most-ordered-filter, .page-template-template-statistiche .chart3-filters .chart1-filter, .page-template-template-statistiche .chart3-filters .chart2-filter, .page-template-template-statistiche .chart3-filters .chart3-filter, .page-template-template-statistiche .chart3-filters .stats-type-filter, .page-template-template-statistiche .chart3-filters .most-ordered-filter, .page-template-template-statistiche #stats-type-filters .chart1-filter, .page-template-template-statistiche #stats-type-filters .chart2-filter, .page-template-template-statistiche #stats-type-filters .chart3-filter, .page-template-template-statistiche #stats-type-filters .stats-type-filter, .page-template-template-statistiche #stats-type-filters .most-ordered-filter, .page-template-template-statistiche .most-ordered-filters .chart1-filter, .page-template-template-statistiche .most-ordered-filters .chart2-filter, .page-template-template-statistiche .most-ordered-filters .chart3-filter, .page-template-template-statistiche .most-ordered-filters .stats-type-filter, .page-template-template-statistiche .most-ordered-filters .most-ordered-filter {
  border-radius: 5px;
  padding: 3px 10px;
  text-transform: uppercase;
  cursor: pointer;
  cursor: hand;
  border: 1px solid #dddddd;
  text-decoration: none;
}
.page-template-template-statistiche .chart1-filters .chart1-filter.active, .page-template-template-statistiche .chart1-filters .chart2-filter.active, .page-template-template-statistiche .chart1-filters .chart3-filter.active, .page-template-template-statistiche .chart1-filters .stats-type-filter.active, .page-template-template-statistiche .chart1-filters .most-ordered-filter.active, .page-template-template-statistiche .chart2-filters .chart1-filter.active, .page-template-template-statistiche .chart2-filters .chart2-filter.active, .page-template-template-statistiche .chart2-filters .chart3-filter.active, .page-template-template-statistiche .chart2-filters .stats-type-filter.active, .page-template-template-statistiche .chart2-filters .most-ordered-filter.active, .page-template-template-statistiche .chart3-filters .chart1-filter.active, .page-template-template-statistiche .chart3-filters .chart2-filter.active, .page-template-template-statistiche .chart3-filters .chart3-filter.active, .page-template-template-statistiche .chart3-filters .stats-type-filter.active, .page-template-template-statistiche .chart3-filters .most-ordered-filter.active, .page-template-template-statistiche #stats-type-filters .chart1-filter.active, .page-template-template-statistiche #stats-type-filters .chart2-filter.active, .page-template-template-statistiche #stats-type-filters .chart3-filter.active, .page-template-template-statistiche #stats-type-filters .stats-type-filter.active, .page-template-template-statistiche #stats-type-filters .most-ordered-filter.active, .page-template-template-statistiche .most-ordered-filters .chart1-filter.active, .page-template-template-statistiche .most-ordered-filters .chart2-filter.active, .page-template-template-statistiche .most-ordered-filters .chart3-filter.active, .page-template-template-statistiche .most-ordered-filters .stats-type-filter.active, .page-template-template-statistiche .most-ordered-filters .most-ordered-filter.active {
  background: #ffffff;
  border: 1px solid #333;
  color: #333;
}
.page-template-template-statistiche .chart1-filters .chart1-filter[data-color="natale"], .page-template-template-statistiche .chart1-filters .chart2-filter[data-color="natale"], .page-template-template-statistiche .chart1-filters .chart3-filter[data-color="natale"], .page-template-template-statistiche .chart1-filters .stats-type-filter[data-color="natale"], .page-template-template-statistiche .chart1-filters .most-ordered-filter[data-color="natale"], .page-template-template-statistiche .chart2-filters .chart1-filter[data-color="natale"], .page-template-template-statistiche .chart2-filters .chart2-filter[data-color="natale"], .page-template-template-statistiche .chart2-filters .chart3-filter[data-color="natale"], .page-template-template-statistiche .chart2-filters .stats-type-filter[data-color="natale"], .page-template-template-statistiche .chart2-filters .most-ordered-filter[data-color="natale"], .page-template-template-statistiche .chart3-filters .chart1-filter[data-color="natale"], .page-template-template-statistiche .chart3-filters .chart2-filter[data-color="natale"], .page-template-template-statistiche .chart3-filters .chart3-filter[data-color="natale"], .page-template-template-statistiche .chart3-filters .stats-type-filter[data-color="natale"], .page-template-template-statistiche .chart3-filters .most-ordered-filter[data-color="natale"], .page-template-template-statistiche #stats-type-filters .chart1-filter[data-color="natale"], .page-template-template-statistiche #stats-type-filters .chart2-filter[data-color="natale"], .page-template-template-statistiche #stats-type-filters .chart3-filter[data-color="natale"], .page-template-template-statistiche #stats-type-filters .stats-type-filter[data-color="natale"], .page-template-template-statistiche #stats-type-filters .most-ordered-filter[data-color="natale"], .page-template-template-statistiche .most-ordered-filters .chart1-filter[data-color="natale"], .page-template-template-statistiche .most-ordered-filters .chart2-filter[data-color="natale"], .page-template-template-statistiche .most-ordered-filters .chart3-filter[data-color="natale"], .page-template-template-statistiche .most-ordered-filters .stats-type-filter[data-color="natale"], .page-template-template-statistiche .most-ordered-filters .most-ordered-filter[data-color="natale"] {
  background: #8CD3AF;
}
.page-template-template-statistiche .chart1-filters .chart1-filter[data-color="pasqua"], .page-template-template-statistiche .chart1-filters .chart2-filter[data-color="pasqua"], .page-template-template-statistiche .chart1-filters .chart3-filter[data-color="pasqua"], .page-template-template-statistiche .chart1-filters .stats-type-filter[data-color="pasqua"], .page-template-template-statistiche .chart1-filters .most-ordered-filter[data-color="pasqua"], .page-template-template-statistiche .chart2-filters .chart1-filter[data-color="pasqua"], .page-template-template-statistiche .chart2-filters .chart2-filter[data-color="pasqua"], .page-template-template-statistiche .chart2-filters .chart3-filter[data-color="pasqua"], .page-template-template-statistiche .chart2-filters .stats-type-filter[data-color="pasqua"], .page-template-template-statistiche .chart2-filters .most-ordered-filter[data-color="pasqua"], .page-template-template-statistiche .chart3-filters .chart1-filter[data-color="pasqua"], .page-template-template-statistiche .chart3-filters .chart2-filter[data-color="pasqua"], .page-template-template-statistiche .chart3-filters .chart3-filter[data-color="pasqua"], .page-template-template-statistiche .chart3-filters .stats-type-filter[data-color="pasqua"], .page-template-template-statistiche .chart3-filters .most-ordered-filter[data-color="pasqua"], .page-template-template-statistiche #stats-type-filters .chart1-filter[data-color="pasqua"], .page-template-template-statistiche #stats-type-filters .chart2-filter[data-color="pasqua"], .page-template-template-statistiche #stats-type-filters .chart3-filter[data-color="pasqua"], .page-template-template-statistiche #stats-type-filters .stats-type-filter[data-color="pasqua"], .page-template-template-statistiche #stats-type-filters .most-ordered-filter[data-color="pasqua"], .page-template-template-statistiche .most-ordered-filters .chart1-filter[data-color="pasqua"], .page-template-template-statistiche .most-ordered-filters .chart2-filter[data-color="pasqua"], .page-template-template-statistiche .most-ordered-filters .chart3-filter[data-color="pasqua"], .page-template-template-statistiche .most-ordered-filters .stats-type-filter[data-color="pasqua"], .page-template-template-statistiche .most-ordered-filters .most-ordered-filter[data-color="pasqua"] {
  background: #F4C9E3;
}
.page-template-template-statistiche .chart1-filters .chart1-filter[data-color="continuativo"], .page-template-template-statistiche .chart1-filters .chart2-filter[data-color="continuativo"], .page-template-template-statistiche .chart1-filters .chart3-filter[data-color="continuativo"], .page-template-template-statistiche .chart1-filters .stats-type-filter[data-color="continuativo"], .page-template-template-statistiche .chart1-filters .most-ordered-filter[data-color="continuativo"], .page-template-template-statistiche .chart2-filters .chart1-filter[data-color="continuativo"], .page-template-template-statistiche .chart2-filters .chart2-filter[data-color="continuativo"], .page-template-template-statistiche .chart2-filters .chart3-filter[data-color="continuativo"], .page-template-template-statistiche .chart2-filters .stats-type-filter[data-color="continuativo"], .page-template-template-statistiche .chart2-filters .most-ordered-filter[data-color="continuativo"], .page-template-template-statistiche .chart3-filters .chart1-filter[data-color="continuativo"], .page-template-template-statistiche .chart3-filters .chart2-filter[data-color="continuativo"], .page-template-template-statistiche .chart3-filters .chart3-filter[data-color="continuativo"], .page-template-template-statistiche .chart3-filters .stats-type-filter[data-color="continuativo"], .page-template-template-statistiche .chart3-filters .most-ordered-filter[data-color="continuativo"], .page-template-template-statistiche #stats-type-filters .chart1-filter[data-color="continuativo"], .page-template-template-statistiche #stats-type-filters .chart2-filter[data-color="continuativo"], .page-template-template-statistiche #stats-type-filters .chart3-filter[data-color="continuativo"], .page-template-template-statistiche #stats-type-filters .stats-type-filter[data-color="continuativo"], .page-template-template-statistiche #stats-type-filters .most-ordered-filter[data-color="continuativo"], .page-template-template-statistiche .most-ordered-filters .chart1-filter[data-color="continuativo"], .page-template-template-statistiche .most-ordered-filters .chart2-filter[data-color="continuativo"], .page-template-template-statistiche .most-ordered-filters .chart3-filter[data-color="continuativo"], .page-template-template-statistiche .most-ordered-filters .stats-type-filter[data-color="continuativo"], .page-template-template-statistiche .most-ordered-filters .most-ordered-filter[data-color="continuativo"] {
  background: #9CDCED;
}
.page-template-template-statistiche .chart1-filters .chart1-filter[data-color="all"], .page-template-template-statistiche .chart1-filters .chart2-filter[data-color="all"], .page-template-template-statistiche .chart1-filters .chart3-filter[data-color="all"], .page-template-template-statistiche .chart1-filters .stats-type-filter[data-color="all"], .page-template-template-statistiche .chart1-filters .most-ordered-filter[data-color="all"], .page-template-template-statistiche .chart2-filters .chart1-filter[data-color="all"], .page-template-template-statistiche .chart2-filters .chart2-filter[data-color="all"], .page-template-template-statistiche .chart2-filters .chart3-filter[data-color="all"], .page-template-template-statistiche .chart2-filters .stats-type-filter[data-color="all"], .page-template-template-statistiche .chart2-filters .most-ordered-filter[data-color="all"], .page-template-template-statistiche .chart3-filters .chart1-filter[data-color="all"], .page-template-template-statistiche .chart3-filters .chart2-filter[data-color="all"], .page-template-template-statistiche .chart3-filters .chart3-filter[data-color="all"], .page-template-template-statistiche .chart3-filters .stats-type-filter[data-color="all"], .page-template-template-statistiche .chart3-filters .most-ordered-filter[data-color="all"], .page-template-template-statistiche #stats-type-filters .chart1-filter[data-color="all"], .page-template-template-statistiche #stats-type-filters .chart2-filter[data-color="all"], .page-template-template-statistiche #stats-type-filters .chart3-filter[data-color="all"], .page-template-template-statistiche #stats-type-filters .stats-type-filter[data-color="all"], .page-template-template-statistiche #stats-type-filters .most-ordered-filter[data-color="all"], .page-template-template-statistiche .most-ordered-filters .chart1-filter[data-color="all"], .page-template-template-statistiche .most-ordered-filters .chart2-filter[data-color="all"], .page-template-template-statistiche .most-ordered-filters .chart3-filter[data-color="all"], .page-template-template-statistiche .most-ordered-filters .stats-type-filter[data-color="all"], .page-template-template-statistiche .most-ordered-filters .most-ordered-filter[data-color="all"] {
  background: #F1DF8A;
}
.page-template-template-statistiche .most-ordered-filters {
  margin-top: 5px;
}
.page-template-template-statistiche .dasboard-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 50px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box {
  width: calc(50% - 10px);
  flex-basis: calc(50% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box .chart1-title, .page-template-template-statistiche .dasboard-wrapper .dashboard-box .chart2-title, .page-template-template-statistiche .dasboard-wrapper .dashboard-box .chart3-title, .page-template-template-statistiche .dasboard-wrapper .dashboard-box .chart4-title, .page-template-template-statistiche .dasboard-wrapper .dashboard-box .chart5-title {
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  flex-basis: 100%;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) > * {
  width: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
  position: relative;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .counter-label {
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .counter-label small {
  display: block;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .most-ordered-label {
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 0.8em;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .most-ordered-label .most-ordered-sku-label {
  margin-right: 5px;
  display: inline-block;
  min-width: 80px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .most-ordered-label .most-ordered-qty-label {
  margin-left: 5px;
  display: inline-block;
  min-width: 80px;
  text-align: right;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .counter-value {
  font-size: 40px;
  margin-top: 20px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .most-ordered {
  padding: 5px;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .most-ordered .most-ordered-sku {
  font-weight: 700;
  margin-right: 5px;
  display: inline-block;
  min-width: 80px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .most-ordered .most-ordered-qty {
  margin-left: 5px;
  display: inline-block;
  min-width: 80px;
  text-align: right;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter .counter-label + .most-ordered {
  margin-top: 20px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img {
  cursor: pointer;
  cursor: hand;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img:after {
  content: "";
  position: absolute;
  top: 57%;
  transform: translate(-50%, -50%);
  background-image: url(./assets/svg/play.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 50%;
  width: 30px;
  height: 30px;
  pointer-events: none;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img:before {
  content: "";
  width: 100%;
  background: #fff;
  height: 45%;
  opacity: 0.9;
  position: absolute;
  pointer-events: none;
  top: 27.5%;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img img {
  width: 100%;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img .video-title-1, .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img .video-title-2 {
  pointer-events: none;
  position: absolute;
  top: 28%;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 1;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  font-size: 12px;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .fluid-width-video-wrapper-container {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50vw;
  height: auto;
  transform: translate(-50%, -50%);
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .fluid-width-video-wrapper-container.open {
  display: inline-block;
  z-index: 1;
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img {
  width: calc(25% - 15px);
  flex-basis: calc(25% - 15px);
}
.page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(4) {
  width: 100%;
  flex-basis: 100%;
}
.page-template-template-statistiche .dasboard-wrapper .notice-download-statistiche {
  display: none;
}
body.open::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.75;
  display: inline-block;
}
.close-filters-mobile {
  display: none !important;
}
.filters-nav {
  width: 100%;
  max-width: calc(100% - 429px);
  position: fixed;
  top: 90px;
  left: calc(50% + 45px);
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 120px;
  background: #fff;
  z-index: 999;
}
.filters-nav .filter-nav-top {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.filters-nav .filter-nav-top .label {
  display: flex;
  align-items: center;
  height: 100%;
  padding-right: 10px;
}
.filters-nav .filter-nav-top .label span {
  font-size: 13px;
  line-height: 15px;
  font-weight: bold;
  text-transform: uppercase;
}
.filters-nav .filter-nav-top .filters {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
}
.filters-nav .filter-nav-top .filters .filter-single-nav {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  position: relative;
  height: 100%;
  justify-content: center;
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-label {
  min-width: 150px;
  height: 30px;
  border-radius: 24px;
  background: #5E5250;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-label span {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  padding-left: 20px;
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-options {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  display: flex;
  border-bottom-left-radius: 9px;
  border-bottom-right-radius: 9px;
  padding-bottom: 20px;
  padding-top: 10px;
  flex-direction: column;
  top: 100%;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: center;
  align-items: center;
  background: #fff;
  transition: opacity 0.3s ease;
  z-index: 9999;
  filter: drop-shadow(2px 10px 13px #00000061);
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option {
  min-width: 150px;
  height: 30px;
  border-radius: 24px;
  background: #5E5250;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.75;
  transition: opacity 0.25s ease;
  margin-top: 10px;
  cursor: pointer;
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: block;
  width: 100%;
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option:hover, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option.active {
  opacity: 1;
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.active {
  visibility: visible;
  opacity: 1;
}
.filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 {
  padding: 10px 20px 20px !important;
  width: 32vw !important;
  flex-direction: unset !important;
  flex-flow: row wrap;
  justify-content: flex-start;
  column-gap: 7px;
}
.filters-nav .filter-nav-top .filters .filter-single-nav.hide .filter-label {
  opacity: 0.6;
  user-select: none;
  pointer-events: none;
  cursor: auto;
}
.filters-nav .filter-nav-top .filters .filter-single-nav.hide .filter-options {
  visibility: hidden !important;
  opacity: 0 !important;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option {
  width: auto;
  height: 30px;
  border-radius: 24px;
  background: #5E5250;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  opacity: 0.75;
  transition: opacity 0.25s ease;
  cursor: pointer;
  position: relative;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  text-align: left;
  display: block;
  width: 100%;
  padding: 0 32px 0 16px;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option:hover {
  opacity: 1;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./assets/svg/close-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  user-select: none;
  pointer-events: none;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option:not(:last-child) {
  margin-right: 17px;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option.active {
  background: #DAE5DD !important;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option.active a {
  color: #5E5250 !important;
}
.filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option.active::before {
  background-image: url(./assets/svg/close-dark.svg);
}
.filters-nav .filter-nav-top .delete-filters {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.filters-nav .filter-nav-top .delete-filters span a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.filters-nav .filter-nav-top .delete-filters span a img {
  margin-right: 10px;
}
.filters-nav .filter-nav-bottom {
  width: 100%;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filters-nav .filter-nav-bottom .active-filters {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.filters-nav .filter-nav-bottom .stock-info {
  display: flex;
  margin-left: auto;
}
.filters-nav .filter-nav-bottom .stock-info.has-ab {
  justify-content: space-between;
  width: 100%;
}
.filters-nav .filter-nav-bottom .stock-info span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.filters-nav .filter-nav-bottom .stock-info span.instock {
  margin-left: 30px;
}
.filters-nav .filter-nav-bottom .stock-info span.instock::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #DAE5DD;
}
.filters-nav .filter-nav-bottom .stock-info span.outofstock {
  margin-left: 30px;
}
.filters-nav .filter-nav-bottom .stock-info span.outofstock::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #EAD0CF;
}
.filters-nav .filter-nav-bottom .stock-info span.available-from::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 22px;
  background-image: url(./assets/svg/cronometro.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.filters-nav .filter-nav-bottom .stock-info span.already-bought {
  padding-left: 0;
}
.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
  float: left;
}
.search-results .product-tax-container, .search-no-results .product-tax-container {
  margin-top: 50px;
}
.search-results .product-tax-container #products-loop, .search-no-results .product-tax-container #products-loop {
  margin-top: 10px;
}
.search-results .search-info, .search-no-results .search-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-results .search-info .count span, .search-no-results .search-info .count span {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}
.search-results .stock-info, .search-no-results .stock-info {
  display: flex;
  margin-left: auto;
  justify-content: flex-end;
  margin-left: auto;
}
.search-results .stock-info span, .search-no-results .stock-info span {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 400;
  padding-left: 30px;
  position: relative;
}
.search-results .stock-info span.instock::before, .search-no-results .stock-info span.instock::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #DAE5DD;
}
.search-results .stock-info span.outofstock, .search-no-results .stock-info span.outofstock {
  margin-left: 30px;
}
.search-results .stock-info span.outofstock::before, .search-no-results .stock-info span.outofstock::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #EAD0CF;
}
form.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 25vw;
}
form.woocommerce-ResetPassword.lost_reset_password p {
  width: 100% !important;
}
form.woocommerce-ResetPassword.lost_reset_password p input {
  height: 40px !important;
}
.woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper {
  width: auto !important;
  min-width: 25vw !important;
  padding-bottom: 25px !important;
}
.page-template-template-dashboard #content {
  height: calc(100vh - 180px);
  min-height: calc(100vh - 180px);
}
.page-template-template-dashboard #content .content-inner {
  height: 100%;
}
.page-template-template-dashboard #content .dashboard {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.page-template-template-dashboard #content .dashboard .nav-categories {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 45px;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat {
  width: calc(100% / 5 - 20px);
  flex-basis: calc(100% / 5 - 20px);
  height: 15.6vw;
  margin-bottom: 20px;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat a > div {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat a > div .thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat a > div span.cat-title {
  text-transform: uppercase;
  margin-top: 36px;
  padding: 0 3px 30px;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  transition: all 0.3s ease;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat a:hover > div {
  position: relative;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat a:hover > div span.cat-title {
  background-image: none;
  font-weight: bold;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat a:hover > div::before {
  content: "";
  position: absolute;
  width: calc(100%);
  height: calc(100% - 4px);
  background-image: url(./assets/svg/border.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat:not(:nth-child(5n)) {
  margin-right: 20px;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-35 {
  background: #F5E0D9;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-84 {
  background: #F4E7D0;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-85 {
  background: #E2E1D6;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-33 {
  background: #DFCEE4;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-31 {
  background: #E0C0C0;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-32 {
  background: #D6C1B2;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-34 {
  background: #DCEFE3;
}
.page-template-template-dashboard #content .dashboard .nav-categories .product-cat.product-cat-29 {
  background: #B9CFBF;
}
.woocommerce-account #content {
  height: calc(100vh - 180px);
  min-height: calc(100vh - 180px);
}
.woocommerce-account #content .content-inner {
  height: 100%;
}
.woocommerce-account #content .entry-header.alignwide, .woocommerce-account #content h1.entry-title {
  display: none;
}
.woocommerce-account #content input {
  font-family: "KoHo", sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #5E5250;
}
.woocommerce-account #content article {
  height: 100%;
  padding: 0 6vw;
}
.woocommerce-account #content .entry-content {
  height: 100%;
}
.woocommerce-account #content .entry-content .woocommerce {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  max-width: 54vw;
  margin: 0 auto;
}
.woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper {
  width: 100%;
  margin-bottom: 35px;
}
.woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error {
  padding: 17px 20px;
  background-color: #5E5250;
  border-top: none !important;
}
.woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error li {
  padding: 4px 0;
}
.woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error * {
  color: #fff;
}
.woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}
.woocommerce-account #content .entry-content .woocommerce .login-heading {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 55px;
  margin-top: -60px;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 {
  max-width: 21vw;
  width: 100%;
  min-height: 15.6vw;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 h2, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 h2 img, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 h2 img {
  margin-right: 10px;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form {
  margin-top: 25px;
  margin-bottom: 0;
  padding: 37px;
  position: relative;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form label, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form label {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  opacity: 0.5;
  line-height: 20px;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form label .required, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form label .required {
  display: none !important;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form input, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form input {
  border: none !important;
  border-radius: 0;
  outline: none !important;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 7px !important;
  height: 35px;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form p:first-child, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form p:first-child {
  margin-bottom: 30px;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form p:nth-child(2), .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form p:nth-child(2) {
  margin-bottom: 50px;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form p.woocommerce-LostPassword.lost_password, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form p.woocommerce-LostPassword.lost_password {
  position: absolute;
  top: 102%;
  display: flex;
  flex-direction: column;
  margin: 0;
  left: 0;
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form p.woocommerce-LostPassword.lost_password input, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form p.woocommerce-LostPassword.lost_password input {
  border: 1px solid #5E5250 !important;
  border-radius: 0;
  margin-right: 8px;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form p.woocommerce-LostPassword.lost_password label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form p.woocommerce-LostPassword.lost_password label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: normal;
  opacity: 1 !important;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form button[type="submit"], .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form button[type="submit"] {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  background: #5E5250 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 17px 0 !important;
  margin: 0 !important;
  border-top: 3px solid #fff !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form button[type="submit"]:hover, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form button[type="submit"]:hover {
  opacity: 0.61;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form {
  /*background: $third;*/
  border: none;
  border-radius: 0;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form {
  background: #F2EFE8;
  border: none;
  border-radius: 0;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form .woocommerce-privacy-policy-text {
  display: none;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .or {
  height: 100%;
  /*display: flex;*/
  align-items: center;
  justify-content: center;
  padding: 0 4vw;
  align-self: center;
}
.woocommerce-account #content .entry-content .woocommerce #customer_login .or span {
  font-size: 18px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: bold;
}
.page-template-template-registrazione #content {
  height: 100%;
  min-height: calc(100vh - 180px);
}
.page-template-template-registrazione #content .content-inner {
  height: 100%;
  min-height: calc(100vh - 180px);
}
.page-template-template-registrazione #content .registration-content {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: calc(100vh - 180px);
}
.page-template-template-registrazione #content .registration-content .registration-inner {
  max-width: 51vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.page-template-template-registrazione #content .registration-content .registration-inner h2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  text-transform: uppercase;
}
.page-template-template-registrazione #content .registration-content .registration-inner h2 img {
  margin-right: 10px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form {
  width: 100%;
  position: relative;
  margin-top: 20px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields {
  background: #F2EFE8;
  padding: 35px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.ragione-sociale {
  width: 100%;
  flex-basis: 100%;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.address {
  width: calc(60%);
  flex-basis: calc(60%);
  padding-right: 45px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.city {
  width: 40%;
  flex-basis: 40%;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country {
  width: calc(60%);
  flex-basis: calc(60%);
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.cap, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.province {
  width: 20%;
  flex-basis: 20%;
  padding-right: 40px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.piva, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.sdi {
  width: 50%;
  flex-basis: 50%;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.sdi {
  padding-left: 40px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.piva .vat-message {
  display: flex;
  justify-content: space-between;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.piva .vat-message span {
  font-size: 14px;
  padding-top: 3px;
  color: green;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.piva .vat-message span.error {
  color: red;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.piva .vat-message span.checking {
  color: #5E5250 !important;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.piva #check-vat {
  display: none;
  pointer-events: none;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.email, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.phone {
  width: 50%;
  flex-basis: 50%;
  margin-bottom: 0;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.phone {
  padding-left: 40px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div label {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 400;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div input {
  border: none !important;
  border-radius: 0;
  outline: none !important;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 4px 5px !important;
  height: 35px;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang select.reg-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang select.reg-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country select.reg-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country select.reg-country-option {
  visibility: hidden;
  display: none;
  height: 0;
  width: 0;
  user-select: none;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-current, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-current, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-current, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-current, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-current, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-current, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-current, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-current {
  width: 100%;
  height: 35px;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 4px 5px !important;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-current span, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-current span, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-current span, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-current span, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-current span, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-current span, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-current span, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-current span {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-current::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-current::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-current::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-current::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-current::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-current::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-current::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-current::after {
  content: "";
  position: absolute;
  background-image: url(./assets/svg/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  user-select: none;
  right: 2px;
  top: 8px;
  transition: transform 0.27s ease;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-current.active::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-current.active::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-current.active::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-current.active::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-current.active::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-current.active::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-current.active::after, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-current.active::after {
  transform: rotate(180deg);
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.32s ease-in-out;
  width: 100%;
  height: auto;
  padding: 8px;
  background: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(100% - 21px);
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
  z-index: 9999;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options span.select-country-option {
  padding: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options span.select-country-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options span.select-country-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options span.select-country-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options span.select-country-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options span.select-country-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options span.select-country-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options span.select-country-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options span.select-lang-option:hover, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options span.select-country-option:hover {
  background: #F2EFE8;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options.active, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options.active, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options.active, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options.active, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options.active, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options.active, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options.active, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0 ease-in-out;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-lang-options.active span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options.active span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-lang-options.active span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options.active span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-lang-options.active span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options.active span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-lang-options.active span.select-country-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options.active span.select-lang-option, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options.active span.select-country-option {
  opacity: 1;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-lang-container .select-country-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.lang .select-country-container .select-country-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-lang-container .select-country-options, .page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country .select-country-container .select-country-options {
  height: auto;
  overflow-y: auto;
  background: #fff;
  max-height: 220px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .fields > div.country input {
  width: 100%;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .woocommerce-privacy-policy-text {
  background: #fff;
  padding-bottom: 40px;
  padding-top: 1px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form .woocommerce-privacy-policy-text p {
  font-size: 14px;
}
.page-template-template-registrazione #content .registration-content .registration-inner form button[type="submit"] {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  text-transform: uppercase;
  color: #fff;
  background: #5E5250 !important;
  border: none !important;
  border-radius: 0 !important;
  outline: none;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  padding: 17px 0 !important;
  margin: 0 !important;
  transition: all 0.3s ease;
  cursor: pointer;
}
.page-template-template-registrazione #content .registration-content .registration-inner form button[type="submit"]:hover {
  background: rgba(94, 82, 80, 0.5) !important;
}
.page-template-template-registrazione #content .registration-content .woocommerce-notices-wrapper {
  max-width: 51vw;
  width: 100%;
  margin: 0 auto;
}
.page-template-template-registrazione #content .registration-content .woocommerce-notices-wrapper .woocommerce-error {
  margin-top: 35px;
  padding: 25px;
  background-color: #5E5250;
  border-top: none !important;
}
.page-template-template-registrazione #content .registration-content .woocommerce-notices-wrapper .woocommerce-error li {
  padding: 4px 0;
}
.page-template-template-registrazione #content .registration-content .woocommerce-notices-wrapper .woocommerce-error * {
  color: #fff;
}
.page-template-template-registrazione #content .registration-content .woocommerce-notices-wrapper .woocommerce-error::before {
  display: none;
}
i.new-pack-tag {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
}
i.new-pack-tag::before {
  content: "";
  background-image: url(./assets/svg/new-pack.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
i.new-recipe-tag {
  position: relative;
  display: block;
  width: 45px;
  height: 45px;
}
i.new-recipe-tag::before {
  content: "";
  background-image: url(./assets/svg/new-recipe.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
i.lactose-low-tag {
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
}
i.lactose-low-tag::before {
  content: "";
  background-image: url(./assets/svg/lactose-low.svg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
a.add_to_wishlist.single_add_to_wishlist span {
  display: none;
}
.fa-heart-o:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  background-image: url(./assets/svg/heart-o.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.fa-heart:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 17px;
  background-image: url(./assets/svg/heart.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.tax-product_cat .notices, .search .notices, .page-template-template-gia-acquistati .notices {
  margin-top: 120px;
}
.tax-product_cat .notices .woocommerce-message, .search .notices .woocommerce-message, .page-template-template-gia-acquistati .notices .woocommerce-message {
  margin-bottom: 0 !important;
}
.search .notices {
  margin-top: 45px;
}
.product-tax-container #products-loop {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  margin-top: 5px;
}
.product-tax-container #products-loop .single-product---loop {
  width: calc(100% / 3 - 20px);
  flex-basis: calc(100% / 3 - 20px);
  margin-top: 30px;
  position: relative;
  perspective: 1000px;
  min-height: 39vw;
}
.product-tax-container #products-loop .single-product---loop:not(:nth-child(3n)) {
  margin-right: 30px;
}
.product-tax-container #products-loop .single-product---loop .card-inner {
  position: relative;
  transition: transform 0.9s;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  display: flex;
}
.product-tax-container #products-loop .single-product---loop .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50px;
  right: 21px;
  margin-top: 0;
}
.product-tax-container #products-loop .single-product---loop .yith-wcwl-add-to-wishlist .feedback, .product-tax-container #products-loop .single-product---loop .yith-wcwl-add-to-wishlist .remove-label {
  display: none;
}
.product-tax-container #products-loop .single-product---loop .yith-wcwl-add-to-wishlist i {
  width: 20px;
  height: 17px;
}
.product-tax-container #products-loop .single-product---loop .yith-wcwl-add-to-wishlist a.delete_item {
  text-decoration: none;
  text-transform: uppercase;
}
.product-tax-container #products-loop .single-product---loop .already_in_cart {
  margin: 10px 0;
  display: inline-block;
}
.product-tax-container #products-loop .single-product---loop .already_in_cart .already_in_cart_value, .product-tax-container #products-loop .single-product---loop .already_in_cart .already_in_cart_pz {
  font-weight: 700;
}
.product-tax-container #products-loop .single-product---loop .already_in_cart .already_in_cart_label {
  font-weight: 700;
  text-transform: uppercase;
}
.product-tax-container #products-loop .single-product---loop div.element-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: space-between;
  padding: 27px;
  text-decoration: none !important;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #F2EFE8;
}
.product-tax-container #products-loop .single-product---loop div.element-link .available-from-text {
  position: absolute;
  border-radius: 50%;
  top: 20px;
  left: 50px;
  text-transform: uppercase;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info {
  width: 100%;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  position: relative;
  max-width: 82%;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info h2.slow-food-tag {
  padding-left: 40px;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info h2.slow-food-tag::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(./assets/svg/slow-food.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info span.price {
  font-weight: bold;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info .single-product-price {
  width: 100%;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 10px 0;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info .single-product-title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-info .single-product-title span {
  font-weight: 400;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-thumb {
  margin: 0 0 30px;
  position: relative;
  height: 0;
  width: 100%;
  padding-top: 100%;
  overflow: hidden;
}
.product-tax-container #products-loop .single-product---loop div.element-link .single-product-thumb img {
  transition: all 0.3s ease;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 10px);
  width: 100%;
}
.product-tax-container #products-loop .single-product---loop div.element-link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 20px;
  right: 30px;
  background: #dae5dd;
}
.product-tax-container #products-loop .single-product---loop div.element-link.outofstock::before {
  background: #D6A1A1;
}
.product-tax-container #products-loop .single-product---loop div.element-link.available-from::before {
  background-color: transparent;
  background-image: url(./assets/svg/cronometro.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 23px;
  height: 22px;
}
.product-tax-container #products-loop .single-product---loop div.element-link i.new-pack-tag {
  position: absolute;
  right: 21px;
  top: 77px;
}
.product-tax-container #products-loop .single-product---loop div.element-link i.new-recipe-tag {
  position: absolute;
  right: 21px;
  top: 131px;
}
.product-tax-container #products-loop .single-product---loop div.element-link i.lactose-low-tag {
  position: absolute;
  left: 21px;
  top: 21px;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions {
  margin: 10px 0 0;
  justify-content: space-between;
  display: flex;
  align-items: center;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section {
  display: flex;
  padding: 0 0;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  align-items: flex-start;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section form.cart {
  width: 100%;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section form.cart .quantity {
  display: none !important;
  width: 0;
  height: 0;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section form.cart button {
  width: 100%;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-quantity {
  width: 120px;
  display: flex;
  border-top: 1px solid #5E5250;
  border-bottom: 1px solid #5E5250;
  align-items: center;
  justify-content: center;
  padding: 4px 0;
  position: relative;
  margin-right: 0px;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-quantity span.pieces {
  font-size: 14px !important;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-quantity .quantity .qty, .product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-quantity .quantity .qty_cartone {
  background: none;
  border: none;
  font-family: "KoHo", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #5E5250;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-quantity span.pqty {
  display: flex;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-quantity .quantity:not(.cartoni) {
  display: none;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-quantity button {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  color: #5E5250;
  cursor: pointer;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .product-cart-section-right {
  width: calc(100% - 120px - 30px);
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section button.single_add_to_cart_button {
  margin: 0 0 4px !important;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .link-product {
  margin-top: -7px;
  width: 155px;
  height: 40px;
  background: #5E5250;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .link-product a {
  width: 100%;
  height: 100%;
  font-size: 14px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .link-product:hover {
  opacity: 0.6;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .price {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  margin-right: 0px;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .add_to_cart_inline {
  padding: 17px 40px;
  background: #5E5250;
  border: none !important;
  transition: all 0.3s ease;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .add_to_cart_inline a {
  text-decoration: none;
  background: none;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section .add_to_cart_inline:hover {
  opacity: 0.6;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section p.stock.in-stock {
  display: none !important;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section del {
  font-size: 22px;
  opacity: 0.6;
}
.product-tax-container #products-loop .single-product---loop div.element-link.front .single-product-actions .product-cart-section ins {
  text-decoration: none !important;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back {
  transform: rotateY(180deg);
}
.product-tax-container #products-loop .single-product---loop div.element-link.back.instock {
  background: #DAE5DD;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back.outofstock {
  background: #EAD0CF;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions {
  margin: 25px 0 30px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section {
  display: flex;
  align-items: center;
  padding: 55px 0;
  flex-direction: column;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section form.cart {
  width: 100%;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section form.cart .quantity {
  display: none !important;
  width: 0;
  height: 0;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section form.cart button {
  width: 100%;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity {
  width: 155px;
  display: flex;
  border-top: 1px solid #5E5250;
  border-bottom: 1px solid #5E5250;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  position: relative;
  margin-right: 0px;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity span.pieces {
  font-size: 14px !important;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity .quantity .qty, .product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity .quantity .qty_cartone {
  background: none;
  border: none;
  font-family: "KoHo", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #5E5250;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity span.pqty {
  display: flex;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity .quantity:not(.cartoni) {
  display: none;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity button {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  color: #5E5250;
  cursor: pointer;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .link-product {
  margin-top: -7px;
  width: 155px;
  height: 40px;
  background: #5E5250;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .link-product a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .link-product:hover {
  opacity: 0.6;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .price {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  margin-right: 0px;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .add_to_cart_inline {
  padding: 17px 40px;
  background: #5E5250;
  border: none !important;
  transition: all 0.3s ease;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .add_to_cart_inline a {
  text-decoration: none;
  background: none;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .add_to_cart_inline:hover {
  opacity: 0.6;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section p.stock.in-stock {
  display: none !important;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section del {
  font-size: 22px;
  opacity: 0.6;
}
.product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section ins {
  text-decoration: none !important;
}
.single-product section.single-product-top {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: flex-start;
  min-height: calc(100vh - 90px);
}
.single-product section.single-product-top .notices {
  width: 100%;
  flex-basis: 100%;
}
.single-product section.single-product-top .notices > div:first-child {
  margin-top: 30px;
}
.single-product section.single-product-top .single-product-infobar {
  z-index: 9;
  width: 100%;
  height: 60px;
  margin-bottom: 30px;
  background: #fff;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-product section.single-product-top .single-product-infobar .infobar-left, .single-product section.single-product-top .single-product-infobar .infobar-right {
  display: flex;
  align-items: center;
}
.single-product section.single-product-top .single-product-infobar span, .single-product section.single-product-top .single-product-infobar a.scheda-tecnica, .single-product section.single-product-top .single-product-infobar a.video-youtube {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  padding-left: 40px;
  position: relative;
  margin-right: 30px;
}
.single-product section.single-product-top .single-product-infobar span:last-child, .single-product section.single-product-top .single-product-infobar a.scheda-tecnica:last-child, .single-product section.single-product-top .single-product-infobar a.video-youtube:last-child {
  margin-right: 0;
}
.single-product section.single-product-top .single-product-infobar span.stock-info::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #dae5dd;
}
.single-product section.single-product-top .single-product-infobar span.stock-info.outofstock::before {
  background: #D6A1A1;
}
.single-product section.single-product-top .single-product-infobar a.scheda-tecnica {
  padding-left: 25px;
  cursor: pointer;
}
.single-product section.single-product-top .single-product-infobar a.scheda-tecnica:hover {
  text-decoration: underline;
}
.single-product section.single-product-top .single-product-infobar a.scheda-tecnica::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(./assets/svg/pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product section.single-product-top .single-product-infobar a.video-youtube {
  padding-left: 34px;
  cursor: pointer;
}
.single-product section.single-product-top .single-product-infobar a.video-youtube:hover {
  text-decoration: underline;
}
.single-product section.single-product-top .single-product-infobar a.video-youtube::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 28px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-image: url(./assets/svg/youtube.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist i {
  width: 20px;
  height: 17px;
  display: block;
  margin-right: 16px;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist:hover a {
  text-decoration: underline;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist .feedback, .single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist .yith-wcwl-add-button, .single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist .delete_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  text-transform: uppercase;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist .separator, .single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist .view-wishlist {
  display: none;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist span {
  padding-left: 0;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist {
  display: flex;
  text-decoration: none;
  align-items: center;
  width: auto;
  justify-content: center;
}
.single-product section.single-product-top .single-product-infobar .yith-wcwl-add-to-wishlist a.add_to_wishlist.single_add_to_wishlist span {
  display: block !important;
  padding-left: 0px;
  text-decoration: none !important;
}
.single-product section.single-product-top .single-product-infobar .download-gallery, .single-product section.single-product-top .single-product-infobar .download-gallery-compress {
  cursor: pointer;
  cursor: hand;
  padding-left: 0;
}
.single-product section.single-product-top .single-product-infobar .download-gallery:hover, .single-product section.single-product-top .single-product-infobar .download-gallery-compress:hover {
  text-decoration: underline;
}
.single-product section.single-product-top .single-product-infobar .download-gallery:before, .single-product section.single-product-top .single-product-infobar .download-gallery-compress:before {
  vertical-align: middle;
  content: "";
  line-height: 30px;
  margin: 0 0 0 5px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(./assets/svg/download-media.svg);
}
.single-product section.single-product-top .single-product-infobar .download-gallery:before {
  background-image: url(./assets/svg/download-media-hd.svg);
}
.single-product section.single-product-top .single-product-thumb {
  max-width: 34vw;
  width: 100%;
  background: #F2EFE8;
  flex-basis: 34vw;
  height: 34vw;
  position: relative;
  /* freccia sinistra*/
  /* freccia destra */
  /* freccia sotto */
}
.single-product section.single-product-top .single-product-thumb i.new-pack-tag {
  position: absolute;
  right: 20px;
  top: 20px;
}
.single-product section.single-product-top .single-product-thumb i.new-recipe-tag {
  position: absolute;
  right: 20px;
  top: 77px;
}
.single-product section.single-product-top .single-product-thumb i.lactose-low-tag {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-product section.single-product-top .single-product-thumb .single-product-images {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: auto;
  position: relative;
}
.single-product section.single-product-top .single-product-thumb .single-product-images .single-product-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product section.single-product-top .single-product-thumb .single-product-images .single-product-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 1;
}
@keyframes pallinoTorta {
  0% {
    scale: 1;
  }
  50% {
    scale: 1.04;
  }
  100% {
    scale: 1;
  }
}
.single-product section.single-product-top .single-product-thumb .slick-slide {
  aspect-ratio: 1;
  display: flex !important;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi {
  width: auto;
  position: relative;
  height: auto;
  max-width: 350px;
  max-height: 350px;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .immagine-fetta {
  transition: none !important;
  right: 0;
  margin-top: 0;
  rotate: unset;
  object-fit: contain;
  height: auto;
  left: auto;
  max-width: 100%;
  max-height: 100%;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia {
  position: absolute;
  transition: all 1s ease;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .disegno {
  position: relative;
  transition: all 1s ease;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .ellisse {
  width: auto;
  height: 20px;
  transition: all 0.6s ease;
  animation-name: pallinoTorta;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  z-index: 1;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .ellisse svg {
  width: 100%;
  height: 100%;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .tratteggio {
  width: auto;
  height: auto;
  transition: all 1s ease;
  overflow: hidden;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola {
  width: 200px;
  line-height: 18px;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola span {
  font-family: "KoHo", sans-serif;
  font-weight: bold;
  font-size: 18px;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-orizzontale {
  max-width: 115%;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.left {
  transform: translateX(calc(-100%));
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.left .ellisse {
  position: absolute;
  right: 0;
  transform: translate(50%, 50%);
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.left .tratteggio {
  padding-top: 3px;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.left .parola {
  position: absolute;
  left: 0;
  bottom: 18px;
  max-width: 100%;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.right .ellisse {
  position: absolute;
  left: 0;
  transform: translate(-50%, 50%);
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.right .tratteggio {
  padding-top: 3px;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.right .parola {
  position: absolute;
  right: 0;
  bottom: 18px;
  text-align: end;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale.top {
  transform: translateY(calc(-100% + 12.5px));
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale {
  transform: translateY(-12.5px);
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale .disegno {
  display: flex;
  flex-direction: column;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale.top .disegno {
  flex-direction: column-reverse;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale .ellisse {
  transform: translate(0, 50%);
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale .tratteggio {
  padding-left: 5px;
  transform: translate(25%, 0%);
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale.top .tratteggio {
  padding-left: 5px;
  transform: translate(25%, 10%);
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale .parola {
  position: absolute;
  bottom: 15px;
  width: 150px;
  right: -150px;
}
.single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-verticale.top .parola {
  position: absolute;
  bottom: auto;
  top: 15px;
  width: 150px;
  right: -150px;
}
.single-product section.single-product-top .single-product-info {
  flex: 1;
  padding-left: 80px;
  padding-right: 7vw;
}
.single-product section.single-product-top .single-product-info span.product-tax {
  max-width: 55px;
  min-height: 48px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  /*&.panettoni{background-image: url(./assets/svg/panettoni.svg);}
                &.accessori{background-image: url(./assets/svg/accessori.svg);}
                &.biscotti{background-image: url(./assets/svg/biscotti.svg);}
                &.colombe{background-image: url(./assets/svg/colombe.svg);}
                &.filone{background-image: url(./assets/svg/filone.svg);}
                &.pandori{background-image: url(./assets/svg/pandori.svg);}
                &.torte{background-image: url(./assets/svg/torte.svg);}
                &.veneziana{background-image: url(./assets/svg/veneziana.svg);}*/
}
.single-product section.single-product-top .single-product-info span.product-tax img {
  width: 100%;
  height: auto;
  object-fit: contain;
  display: block;
}
.single-product section.single-product-top .single-product-info h1 {
  margin-bottom: 15px;
  position: relative;
}
.single-product section.single-product-top .single-product-info h1.slow-food-tag {
  margin-left: -50px;
  padding-left: 46px;
}
.single-product section.single-product-top .single-product-info h1.slow-food-tag::before {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url(./assets/svg/slow-food.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 52%;
  transform: translateY(-50%);
}
.single-product section.single-product-top .single-product-info .product-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.single-product section.single-product-top .single-product-info .product-info .weight img {
  margin-right: 7px;
}
.single-product section.single-product-top .single-product-info .product-cart-section {
  display: flex;
  align-items: center;
  padding: 55px 0;
}
.single-product section.single-product-top .single-product-info .product-cart-section form.cart .quantity {
  display: none !important;
  width: 0;
  height: 0;
}
.single-product section.single-product-top .single-product-info .product-cart-section .product-quantity {
  width: 80px;
  display: flex;
  border-top: 1px solid #5E5250;
  border-bottom: 1px solid #5E5250;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  position: relative;
  margin-right: 50px;
}
.single-product section.single-product-top .single-product-info .product-cart-section .product-quantity span.pieces {
  font-size: 14px !important;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.single-product section.single-product-top .single-product-info .product-cart-section .product-quantity .quantity .qty, .single-product section.single-product-top .single-product-info .product-cart-section .product-quantity .quantity .qty_cartone {
  background: none;
  border: none;
  font-size: 20px;
  color: #5E5250;
  line-height: 25px;
  color: #5E5250;
  width: 35px;
  font-weight: bold;
  text-align: center;
}
.single-product section.single-product-top .single-product-info .product-cart-section .product-quantity .quantity .qty::placeholder, .single-product section.single-product-top .single-product-info .product-cart-section .product-quantity .quantity .qty::-webkit-input-placeholder, .single-product section.single-product-top .single-product-info .product-cart-section .product-quantity .quantity .qty_cartone::placeholder, .single-product section.single-product-top .single-product-info .product-cart-section .product-quantity .quantity .qty_cartone::-webkit-input-placeholder {
  color: #5E5250;
}
.single-product section.single-product-top .single-product-info .product-cart-section .product-quantity span.pqty {
  display: flex;
}
.single-product section.single-product-top .single-product-info .product-cart-section .product-quantity .quantity:not(.cartoni) {
  display: none;
}
.single-product section.single-product-top .single-product-info .product-cart-section .product-quantity button {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  color: #5E5250;
  cursor: pointer;
}
.single-product section.single-product-top .single-product-info .product-cart-section .price {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  margin-right: 50px;
}
.single-product section.single-product-top .single-product-info .product-cart-section .add_to_cart_inline {
  padding: 17px 40px;
  background: #5E5250;
  border: none !important;
  transition: all 0.3s ease;
}
.single-product section.single-product-top .single-product-info .product-cart-section .add_to_cart_inline a {
  text-decoration: none;
  background: none;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.single-product section.single-product-top .single-product-info .product-cart-section .add_to_cart_inline:hover {
  opacity: 0.6;
}
.single-product section.single-product-top .single-product-info .product-cart-section p.stock.in-stock {
  display: none !important;
}
.single-product section.single-product-top .single-product-info .product-cart-section del {
  font-size: 22px;
  opacity: 0.6;
}
.single-product section.single-product-top .single-product-info .product-cart-section ins {
  text-decoration: none !important;
}
.single-product section.single-product-top .single-product-info .suggested {
  color: #5E5250;
  background: #F2EFE8;
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 5px 0;
}
.single-product section.single-product-top .single-product-info .suggested * {
  font-weight: 700;
}
.single-product section.single-product-top .single-product-info .paragraph {
  margin-bottom: 25px;
}
.single-product section.single-product-top .single-product-info .paragraph p {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
}
.single-product section.single-product-top .single-product-info .logistic {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding-top: 40px;
  position: relative;
}
.single-product section.single-product-top .single-product-info .logistic > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.single-product section.single-product-top .single-product-info .logistic > div span {
  margin-top: 23px;
  text-align: center;
}
.single-product section.single-product-top .single-product-info .logistic .arrow-separator {
  margin: 0 22px;
  align-self: center;
}
.single-product section.single-product-top .single-product-info .logistic .more-label {
  display: flex;
  background: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  font-weight: bold;
  width: 85px;
  font-size: 14px;
  justify-content: center;
}
.single-product section.single-product-top .single-product-info .logistic .more-label::before {
  content: "";
  position: absolute;
  left: 6px;
  width: 7px;
  height: 7px;
  top: 7px;
  background-image: url(./assets/svg/tdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product section.single-product-top .single-product-info .logistic .more-label::after {
  content: "";
  position: absolute;
  right: 6px;
  width: 7px;
  height: 7px;
  top: 7px;
  background-image: url(./assets/svg/tdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.single-product section.single-product-top span.product-tax-mobile {
  display: none;
}
.single-product section.single-product-bottom {
  padding-top: 50px;
  padding-bottom: 60px;
}
.single-product section.single-product-bottom h3 {
  font-size: 36px;
  line-height: 40px;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  text-align: center;
}
.single-product section.single-product-bottom .related-inner {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  width: 100%;
}
.single-product section.single-product-bottom .related-inner .related {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.single-product section.single-product-bottom .related-inner .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50px;
  left: 21px;
  margin-top: 0;
}
.single-product section.single-product-bottom .related-inner .yith-wcwl-add-to-wishlist .separator, .single-product section.single-product-bottom .related-inner .yith-wcwl-add-to-wishlist .view-wishlist, .single-product section.single-product-bottom .related-inner .yith-wcwl-add-to-wishlist .remove-label {
  display: none;
}
.single-product section.single-product-bottom .related-inner .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.single-product section.single-product-bottom .related-inner .yith-wcwl-add-to-wishlist i {
  width: 20px;
  height: 17px;
}
.single-product section.single-product-bottom .related-inner .yith-wcwl-add-to-wishlist a.delete_item {
  text-decoration: none;
  text-transform: uppercase;
}
.single-product section.single-product-bottom .related-inner .single-product---loop {
  width: calc(100% / 3 - 20px);
  flex-basis: calc(100% / 3 - 20px);
  margin-top: 30px;
  position: relative;
  perspective: 1000px;
  min-height: 31vw;
}
.single-product section.single-product-bottom .related-inner .single-product---loop:not(:nth-child(3n)) {
  margin-right: 30px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop .card-inner {
  position: relative;
  transition: transform 0.9s;
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  display: flex;
}
.single-product section.single-product-bottom .related-inner .single-product---loop:hover .front {
  pointer-events: none;
}
.single-product section.single-product-bottom .related-inner .single-product---loop:hover .card-inner {
  transform: rotateY(180deg);
}
.single-product section.single-product-bottom .related-inner .single-product---loop .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50px;
  left: 21px;
  margin-top: 0;
}
.single-product section.single-product-bottom .related-inner .single-product---loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 50px;
  left: 21px;
  margin-top: 0;
}
.single-product section.single-product-bottom .related-inner .single-product---loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist .feedback {
  display: none;
}
.single-product section.single-product-bottom .related-inner .single-product---loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist i {
  width: 20px;
  height: 17px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-to-wishlist a.delete_item {
  text-decoration: none;
  text-transform: uppercase;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  padding: 27px;
  text-decoration: none !important;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #F2EFE8;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info {
  width: 100%;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info h2 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 400px;
  position: relative;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info h2.slow-food-tag {
  padding-left: 40px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info h2.slow-food-tag::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background-image: url(./assets/svg/slow-food.svg);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info span.price {
  font-weight: bold;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info .single-product-price {
  width: 100%;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 10px 0;
  margin-top: 8px;
  display: flex;
  justify-content: space-between;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info .single-product-title {
  display: flex;
  justify-content: space-between;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-info .single-product-title span {
  font-weight: 400;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-thumb {
  margin: 25px 0 30px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-thumb img {
  transition: all 0.3s ease;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  top: 20px;
  left: 20px;
  background: #dae5dd;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.outofstock::before {
  background: #D6A1A1;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link i.new-pack-tag {
  position: absolute;
  right: 20px;
  top: 20px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link i.new-recipe-tag {
  position: absolute;
  right: 20px;
  top: 77px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link i.lactose-low-tag {
  position: absolute;
  left: 20px;
  top: 20px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link:hover .single-product-thumb img {
  transform: scale(1.2);
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back {
  transform: rotateY(180deg);
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back.instock {
  background: #DAE5DD;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back.outofstock {
  background: #EAD0CF;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions {
  margin: 25px 0 30px;
  height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section {
  display: flex;
  align-items: center;
  padding: 55px 0;
  flex-direction: column;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section form.cart {
  width: 100%;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section form.cart .quantity {
  display: none !important;
  width: 0;
  height: 0;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section form.cart button {
  width: 100%;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity {
  width: 155px;
  display: flex;
  border-top: 1px solid #5E5250;
  border-bottom: 1px solid #5E5250;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
  position: relative;
  margin-right: 0px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity span.pieces {
  font-size: 14px !important;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translateX(-50%);
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity .quantity .qty, .single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity .quantity .qty_cartone {
  background: none;
  border: none;
  font-family: "KoHo", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #5E5250;
  width: 100%;
  font-weight: bold;
  text-align: center;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity span.pqty {
  display: flex;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity .quantity:not(.cartoni) {
  display: none;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .product-quantity button {
  background: none;
  border: none;
  outline: none;
  font-size: 20px;
  color: #5E5250;
  cursor: pointer;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .link-product {
  margin-top: -7px;
  width: 155px;
  height: 40px;
  background: #5E5250;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .link-product a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .link-product:hover {
  opacity: 0.6;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .price {
  font-size: 30px;
  line-height: 39px;
  font-weight: bold;
  margin-right: 0px;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .add_to_cart_inline {
  padding: 17px 40px;
  background: #5E5250;
  border: none !important;
  transition: all 0.3s ease;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .add_to_cart_inline a {
  text-decoration: none;
  background: none;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section .add_to_cart_inline:hover {
  opacity: 0.6;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section p.stock.in-stock {
  display: none !important;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section del {
  font-size: 22px;
  opacity: 0.6;
}
.single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back .single-product-actions .product-cart-section ins {
  text-decoration: none !important;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.omaggi-search {
  display: flex;
  order: 3;
}
.omaggi-search input {
  font-family: "KoHo", sans-serif;
  height: 46px;
  border-radius: 0;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  border: none !important;
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  width: 16vw;
}
section.omaggi {
  margin-top: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
section.omaggi .points-amount {
  order: 1;
  display: flex;
  align-items: center;
}
section.omaggi .points-amount strong {
  margin-left: 5px;
}
section.omaggi .scegli-omaggi {
  order: 2;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
section.omaggi .omaggi-wrapper {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
  order: 4;
}
section.omaggi .omaggi-wrapper.disabled {
  pointer-events: none !important;
  opacity: 0.5 !important;
}
section.omaggi .omaggi-wrapper .omaggi-left {
  width: 100%;
  flex-basis: 100%;
}
section.omaggi .omaggi-wrapper .omaggi-right {
  margin-bottom: 0px;
  position: fixed;
  bottom: 0;
  width: calc(100% - 340px - 90px);
  z-index: 99999;
}
section.omaggi .omaggi-wrapper .omaggi-right .fixed-box {
  display: flex;
  flex-flow: row wrap;
}
section.omaggi .omaggi-table {
  border-spacing: 0 15px;
  width: 100%;
  border: none !important;
  table-layout: fixed;
}
section.omaggi .omaggi-table tbody tr {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  border: none !important;
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
section.omaggi .omaggi-table .omaggi-table-header-item {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
}
section.omaggi .omaggi-table .omaggi-table-cell {
  padding: 10px;
  border: none !important;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-img {
  max-width: 120px;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-img img {
  width: 100%;
  height: auto;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product {
  position: relative;
  padding-left: 0;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-top: -12px;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image {
  width: 38px;
  height: 33px;
  background-image: url(./assets/svg/panettoni.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 13px;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image.cat35 {
  background-image: url(./assets/svg/accessori.svg);
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image.cat84 {
  background-image: url(./assets/svg/biscotti.svg);
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image.cat85 {
  background-image: url(./assets/svg/colombe.svg);
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image.cat33 {
  background-image: url(./assets/svg/filone.svg);
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image.cat31 {
  background-image: url(./assets/svg/pandori.svg);
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image.cat32 {
  background-image: url(./assets/svg/torte.svg);
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .cat-image.cat34 {
  background-image: url(./assets/svg/veneziana.svg);
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .product-labels {
  display: flex;
  flex-direction: column;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .product-labels .product-cat {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .product-labels .product-name {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-qty {
  text-align: center;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-qty .um-omaggi {
  margin-left: 5px;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-qty .qty-omaggi {
  width: 70px;
  height: 50px;
  border: 2px solid #5E5250;
  font-size: 20px;
  font-weight: bold;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  text-align: center;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-qty .pz-omaggi {
  display: block;
  text-align: center;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-punti {
  text-align: right;
}
section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-tot-punti {
  text-align: right;
}
section.omaggi .proceed {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  height: 50px;
}
section.omaggi .proceed.points-overflow {
  pointer-events: none;
  cursor: not-allowed;
}
section.omaggi .proceed.points-overflow span {
  background: #a19a99 !important;
}
section.omaggi .proceed span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #5E5250 !important;
  transition: all 0.3s ease;
}
section.omaggi .proceed span:hover {
  opacity: 0.67;
}
section.omaggi .proceed span a {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 !important;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  text-decoration: none;
}
section.omaggi .omaggi-table-tots {
  background: #dae5dd;
  padding: 0px;
  margin: 20px 0 0px;
  width: 70%;
  margin-top: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  height: 50px;
  padding-left: 25px;
}
section.omaggi .omaggi-table-tots .omaggi-table-tot {
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-bottom: 0px;
  padding-right: 10px;
}
section.omaggi .omaggi-table-tots .omaggi-table-tot .omaggi-table-tot-label {
  margin-right: 20px;
  font-size: 14px;
}
section.omaggi .omaggi-table-tots .omaggi-table-tot .omaggi-table-tot-value span {
  font-weight: 700;
  text-align: right;
  display: inline-block;
}
section.omaggi .omaggi-table-tots .omaggi-table-tot .omaggi-table-tot-value span.points-overflow {
  color: #ff0000;
}
section.omaggi .omaggi-table-tots .omaggi-table-tot + .omaggi-table-tot {
  margin-bottom: 0;
}
.woocommerce-checkout .checkout-navbar, .woocommerce-cart .checkout-navbar {
  padding-bottom: 55px;
  padding-top: 0;
}
.page-template-template-omaggi .checkout-navbar {
  padding-top: 50px;
}
.checkout-navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
  padding: 70px 0 0;
}
.checkout-navbar li {
  border: 2px solid #5E5250;
  list-style-type: none;
  width: 100%;
  position: relative;
  border-right-width: 0;
  text-align: center;
}
.checkout-navbar li:after {
  content: "";
  position: absolute;
  right: -21px;
  width: 0;
  height: 0;
  border-top: 21px solid transparent;
  border-bottom: 21px solid transparent;
  border-left: 21px solid #5E5250;
  top: -1px;
}
.checkout-navbar li:before {
  content: "";
  position: absolute;
  right: -18px;
  width: 0;
  height: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #ffffff;
  top: 1px;
  z-index: 9999;
}
.checkout-navbar li a, .checkout-navbar li span {
  padding: 10px;
  display: inline-block;
  color: #5E5250;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 40px;
  position: relative;
}
.checkout-navbar li a::before, .checkout-navbar li span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(./assets/svg/payment.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 28px;
  background-position: center;
}
.checkout-navbar li.navbar-done {
  background: #dae5dd;
}
.checkout-navbar li.navbar-done:before {
  border-left-color: #dae5dd;
}
.checkout-navbar li.navbar-active {
  background: #F2EFE8;
}
.checkout-navbar li.navbar-active:before {
  border-left-color: #F2EFE8;
}
.checkout-navbar li:nth-child(1) {
  z-index: 10;
}
.checkout-navbar li:nth-child(1) a::before {
  background-image: url(./assets/svg/cart.svg);
}
.checkout-navbar li:nth-child(2) {
  z-index: 9;
}
.checkout-navbar li:nth-child(2) a::before, .checkout-navbar li:nth-child(2) span::before {
  background-image: url(./assets/svg/omaggi.svg);
  width: 37px;
  height: 37px;
}
.checkout-navbar li:nth-child(3) {
  z-index: 8;
  border-right: 2px solid #5E5250;
}
.checkout-navbar li:nth-child(3):before, .checkout-navbar li:nth-child(3):after {
  display: none;
}
.woocommerce-cart {
  padding-top: 50px;
}
.woocommerce-cart h1 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
.woocommerce-cart h1 img {
  margin-right: 13px;
}
.woocommerce-cart .cross-sells {
  display: none !important;
}
.woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty.woocommerce-info, .woocommerce-cart .old_order-wrapper {
  gap: 5px;
  max-width: calc(100% - 340px);
  width: 100%;
  margin: 0 auto;
}
.woocommerce-cart .woocommerce-notices-wrapper {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
  order: 3;
}
.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-info.product-boxed {
  max-width: 100% !important;
  order: 2;
}
.woocommerce-cart .return-to-shop {
  display: flex;
  align-items: center;
  justify-content: center;
}
.woocommerce-cart .old_order-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto;
}
.woocommerce-cart section#cart-page {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.woocommerce-cart section#cart-page .cart-left {
  width: 100%;
  flex-basis: 100%;
  padding-right: 0vw;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table {
  border: none !important;
  border-radius: none !important;
  border-spacing: 0 15px;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table .product-pz {
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  visibility: hidden;
  position: absolute;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 19px;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table th.product-quantity, .woocommerce-cart section#cart-page .cart-left table.shop_table th.product-price {
  padding-left: 0;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table thead th.product-remove {
  position: absolute;
  left: -5%;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td {
  border-top: none;
  padding: 35px 12px;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-remove {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -5%;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-remove a.remove {
  color: #675956 !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-remove a.remove:hover {
  background: none !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-thumbnail {
  width: 100px;
  height: 120px;
  padding: 0 0 40px !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-thumbnail > a {
  position: absolute;
  left: -34px;
  top: calc(50% - 14px);
  width: 13px;
  height: 13px;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-thumbnail > a::before {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url(./assets/svg/close.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-thumbnail > a:hover {
  background: none;
  opacity: 0.6;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-thumbnail .thumb-img {
  width: 100%;
  height: 100%;
  background: #F2EFE8;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-thumbnail .thumb-img a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-thumbnail .thumb-img a img {
  width: 77%;
  height: auto;
  object-fit: contain;
  display: block;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td span, .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name a {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  text-decoration: none;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td del {
  font-size: 18px !important;
  opacity: 0.6;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td del span {
  font-size: 18px !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td ins {
  text-decoration: none !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td input.qty_cartone {
  width: 70px;
  height: 50px;
  border: 2px solid #5E5250;
  font-size: 20px;
  font-weight: bold;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  text-align: center;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td input.qty {
  border: none;
  background: none;
  font-size: 20px;
  font-weight: bold;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  text-align: center;
  user-select: none;
  pointer-events: none;
  cursor: auto;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td .refresh-cart:not(.cartoni) {
  display: none !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name {
  position: relative;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: -12px;
  flex-direction: column;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image {
  width: 38px;
  height: 33px;
  background-image: url(./assets/svg/panettoni.svg);
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 13px;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image.cat35 {
  background-image: url(./assets/svg/accessori.svg);
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image.cat84 {
  background-image: url(./assets/svg/biscotti.svg);
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image.cat85 {
  background-image: url(./assets/svg/colombe.svg);
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image.cat33 {
  background-image: url(./assets/svg/filone.svg);
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image.cat31 {
  background-image: url(./assets/svg/pandori.svg);
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image.cat32 {
  background-image: url(./assets/svg/torte.svg);
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .cat-image.cat34 {
  background-image: url(./assets/svg/veneziana.svg);
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .product-labels {
  display: flex;
  flex-direction: column;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .product-labels .product-cat {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-quantity {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-quantity .qty-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-quantity .qty-box .refresh-cart-cartoni {
  margin-left: 10px;
  width: 16px;
  height: 15px;
  position: relative;
  background-image: url(./assets/svg/refresh.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  border-radius: 0;
  display: block;
  cursor: pointer;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-quantity .qty-box .refresh-cart-cartoni input {
  width: 100%;
  height: 100%;
  background: transparent !important;
  border: none !important;
  border-radius: 0 !important;
  cursor: pointer;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-quantity .qty-box .refresh-cart-cartoni:hover {
  opacity: 0.6;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody .cart_item {
  position: relative;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody .cart_item:not(.wrong_qty) {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody .cart_item td.logistic {
  position: absolute;
  left: 116px;
  bottom: 4.5px;
  padding: 0 !important;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody .cart_item td.logistic span {
  font-size: 14px;
  font-weight: 400;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody .wrong_qty_alert {
  padding: 0 0 15px 0;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody .wrong_qty_alert span {
  background-color: rgba(207, 185, 196, 0.53);
  display: inline-block;
  width: 100%;
  padding: 5px 15px;
}
.woocommerce-cart section#cart-page .cart-left table.shop_table tbody .coupon {
  display: none !important;
}
.woocommerce-cart section#cart-page .cart-collaterals {
  position: fixed;
  bottom: 0;
  max-width: calc(100% - 340px - 90px);
  width: 100%;
  z-index: 99999999;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals {
  width: 100%;
  float: unset;
  display: flex;
  flex-flow: row wrap;
  border-top: 5px solid #fff;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals > h2 {
  display: none;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table {
  border: none;
  background: #DAE5DD;
  border-radius: 0 !important;
  margin-bottom: 0px;
  padding: 27px;
  width: 70%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  align-items: center;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 19px;
  border-top: none !important;
  padding-left: 0 !important;
  padding: 0;
  width: auto !important;
  display: inline-flex !important;
  align-items: center !important;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table td {
  border-top: none !important;
  display: inline-flex;
  padding-right: 0 !important;
  padding: 0;
  padding-left: 10px;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table td span {
  font-weight: bold;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table tr.cart-discount.coupon-f1rst0rder {
  display: none !important;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table tr {
  display: flex;
  align-items: center;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table tr.fee, .woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table tr.tax-total {
  display: none !important;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
  padding-top: 0;
  padding-bottom: 0;
  width: 30%;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout.disabled {
  cursor: not-allowed;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout a.disabled {
  pointer-events: none !important;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward {
  background: #5E5250 !important;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 0 !important;
  margin-bottom: 0;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart section#cart-page .cart-collaterals .cart_totals .woocommerce-shipping-calculator {
  display: none !important;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping, .woocommerce-cart section#cart-page .cart-collaterals .cart_totals tr.tax-rate {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals tr.woocommerce-shipping-totals.shipping td:first-child {
  display: none;
}
.woocommerce-cart section#cart-page .cart-collaterals .cart_totals .order-total th, .woocommerce-cart section#cart-page .cart-collaterals .cart_totals .order-total td {
  font-size: 18px !important;
}
.woocommerce-cart section#cart-page button.button[name="update_cart"] {
  display: none !important;
}
.page-template-template-anagrafica #content {
  min-height: calc(100vh - 180px);
}
.page-template-template-anagrafica #content .content-inner {
  min-height: calc(100vh - 180px);
}
.page-template-template-anagrafica .anagrafica-content {
  min-height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 3.5vw;
}
.page-template-template-anagrafica section {
  padding-top: 10px;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-anagrafica section.documenti-custom {
  margin-top: 60px;
}
.page-template-template-anagrafica section.documenti-custom h1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/orders.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-anagrafica section .nav-extra {
  flex-basis: 100%;
}
.page-template-template-anagrafica section .nav-extra .extra-item {
  cursor: pointer;
  cursor: hand;
}
.page-template-template-anagrafica section .nav-extra .extra-item .approval {
  margin-right: 5px;
  cursor: pointer;
  cursor: hand;
}
.page-template-template-anagrafica section .nav-extra .extra-item .approval + label {
  cursor: pointer;
  cursor: hand;
}
.page-template-template-anagrafica section .nav-extra .extra-item .approved {
  display: none;
}
.page-template-template-anagrafica section .nav-extra .extra-item .approved.approved-visible {
  display: inline-block;
}
.page-template-template-anagrafica section h1, .page-template-template-anagrafica section h2 {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  width: 100%;
}
.page-template-template-anagrafica section > div {
  width: 50%;
  flex-basis: 50%;
}
.page-template-template-anagrafica section > div.billing {
  padding-right: 70px;
}
.page-template-template-anagrafica section > div.billing h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/billing.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-anagrafica section > div.billing form {
  width: 100%;
  position: relative;
  margin-top: 45px;
}
.page-template-template-anagrafica section > div.billing form .fields {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.page-template-template-anagrafica section > div.billing form .fields > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.page-template-template-anagrafica section > div.billing form .fields > div.ragione-sociale {
  width: 100%;
  flex-basis: 100%;
}
.page-template-template-anagrafica section > div.billing form .fields > div.address {
  width: calc(100%);
  flex-basis: calc(100%);
}
.page-template-template-anagrafica section > div.billing form .fields > div.city {
  width: 70%;
  flex-basis: 70%;
  padding-right: 40px;
}
.page-template-template-anagrafica section > div.billing form .fields > div.cap {
  width: 30%;
  flex-basis: 30%;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang, .page-template-template-anagrafica section > div.billing form .fields > div.province {
  width: 55%;
  flex-basis: 50%;
  padding-right: 40px;
}
.page-template-template-anagrafica section > div.billing form .fields > div.country {
  width: calc(50%);
  flex-basis: calc(50%);
}
.page-template-template-anagrafica section > div.billing form .fields > div.piva, .page-template-template-anagrafica section > div.billing form .fields > div.sdi {
  width: calc(50%);
  flex-basis: calc(50%);
}
.page-template-template-anagrafica section > div.billing form .fields > div.piva {
  padding-right: 40px;
}
.page-template-template-anagrafica section > div.billing form .fields > div.piva .vat-message {
  display: flex;
  justify-content: space-between;
}
.page-template-template-anagrafica section > div.billing form .fields > div.piva .vat-message span {
  font-size: 14px;
  padding-top: 3px;
  color: green;
}
.page-template-template-anagrafica section > div.billing form .fields > div.piva .vat-message span.error {
  color: red;
}
.page-template-template-anagrafica section > div.billing form .fields > div.piva .vat-message span.checking {
  color: #5E5250 !important;
}
.page-template-template-anagrafica section > div.billing form .fields > div.piva #check-vat {
  display: none;
  pointer-events: none;
}
.page-template-template-anagrafica section > div.billing form .fields > div.email, .page-template-template-anagrafica section > div.billing form .fields > div.phone {
  width: 50%;
  flex-basis: 50%;
  margin-bottom: 0;
}
.page-template-template-anagrafica section > div.billing form .fields > div.phone {
  padding-left: 40px;
}
.page-template-template-anagrafica section > div.billing form .fields > div label {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 400;
}
.page-template-template-anagrafica section > div.billing form .fields > div input {
  border: none !important;
  border-radius: 0;
  outline: none !important;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 4px 5px !important;
  height: 35px;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang select.reg-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang select.reg-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country select.reg-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country select.reg-country-option {
  visibility: hidden;
  display: none;
  height: 0;
  width: 0;
  user-select: none;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-current, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-current, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-current, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-current, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-current, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-current, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-current, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-current {
  width: 100%;
  height: 35px;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 4px 5px !important;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-current span, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-current span, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-current span, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-current span, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-current span, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-current span, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-current span, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-current span {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-current.active::after, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-current.active::after, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-current.active::after, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-current.active::after, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-current.active::after, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-current.active::after, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-current.active::after, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-current.active::after {
  transform: rotate(180deg);
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.32s ease-in-out;
  width: 100%;
  height: auto;
  padding: 8px;
  background: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(100% - 21px);
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
  z-index: 9999;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options span.select-country-option {
  padding: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options span.select-country-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options span.select-country-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options span.select-country-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options span.select-country-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options span.select-country-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options span.select-country-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options span.select-country-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options span.select-lang-option:hover, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options span.select-country-option:hover {
  background: #F2EFE8;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options.active, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options.active, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options.active, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options.active, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options.active, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options.active, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options.active, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0 ease-in-out;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-lang-options.active span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options.active span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-lang-options.active span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options.active span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-lang-options.active span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options.active span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-lang-options.active span.select-country-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options.active span.select-lang-option, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options.active span.select-country-option {
  opacity: 1;
}
.page-template-template-anagrafica section > div.billing form .fields > div.lang .select-lang-container .select-country-options, .page-template-template-anagrafica section > div.billing form .fields > div.lang .select-country-container .select-country-options, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-lang-container .select-country-options, .page-template-template-anagrafica section > div.billing form .fields > div.country .select-country-container .select-country-options {
  height: auto;
  overflow-y: auto;
  background: #fff;
  max-height: 220px;
}
.page-template-template-anagrafica section > div.billing form .fields > div.country input {
  width: 100%;
}
.page-template-template-anagrafica section > div.billing form button[name="save_address"] {
  background: #5E5250;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  font-family: "KoHo", sans-serif;
  border: none !important;
  border-radius: 0 !important;
  margin: 20px 0;
  padding: 12px 30px;
  cursor: pointer;
}
.page-template-template-anagrafica section > div.billing form button[name="save_address"]:hover {
  opacity: 0.6;
}
.page-template-template-anagrafica section > div.shipping {
  padding-left: 70px;
}
.page-template-template-anagrafica section > div.shipping h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/address-fields.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-anagrafica section > div.shipping .shipping-search {
  margin: 40px 0 10px;
  position: relative;
}
.page-template-template-anagrafica section > div.shipping .shipping-search::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(./assets/svg/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-template-anagrafica section > div.shipping .shipping-search input {
  width: 100%;
  border: none !important;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  font-size: 18px;
  padding: 10px;
  padding-left: 39px;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.page-template-template-anagrafica section > div.shipping .address-list {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
}
.page-template-template-anagrafica section > div.shipping .first-shipping-address {
  display: flex;
  flex-direction: column;
}
.page-template-template-anagrafica section > div.shipping .first-shipping-address .shipping-address {
  border: none;
  padding: 0 !important;
}
.page-template-template-anagrafica section > div.shipping .th-custom.thwma_my_acnt.thwma_b2b_acnt {
  /*padding:40px 20px 0 20px;margin-top: 40px;background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);background-position: top;
                    background-size: 7px 2px;background-repeat: repeat-x;*/
  order: 2;
}
.page-template-template-anagrafica section > div.shipping .shipping-address.edit {
  margin-top: 0 !important;
  padding-bottom: 0 !important;
  margin-bottom: 40px;
  order: 1;
}
.page-template-template-anagrafica section > div.shipping ul#thwma-th-list {
  max-height: 300px;
  overflow: auto;
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.page-template-template-anagrafica section > div.shipping ul#thwma-th-list li:first-child .shipping-address {
  margin-top: 0;
}
.page-template-template-anagrafica section > div.shipping a.button.dark {
  display: inline-block;
  margin-top: 20px;
}
.page-template-template-anagrafica section > div.shipping .no-shipping-address {
  margin-top: 45px;
}
.page-template-template-anagrafica section > div.shipping .no-shipping-address p {
  margin: 0;
  font-weight: 400;
}
.shipping-address {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
  margin-top: 40px;
  border: 1px solid #E4E4E4;
  padding: 25px 35px 30px !important;
  clear: unset;
  float: unset;
}
.shipping-address * {
  font-family: "KoHo", sans-serif;
}
.shipping-address.current {
  background: #F5F5F5;
  border: none;
}
.shipping-address .address-actions {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.shipping-address .address-actions span, .shipping-address .address-actions a, .shipping-address .address-actions button {
  text-decoration: none;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  display: flex;
  align-items: center;
  padding-bottom: 0;
}
.shipping-address .address-actions span img, .shipping-address .address-actions a img, .shipping-address .address-actions button img {
  margin-right: 5px;
}
.shipping-address .address-actions .default {
  position: relative;
  padding-left: 25px;
}
.shipping-address .address-actions .default span.radio {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #5E5250;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.shipping-address .address-actions .default.current span.radio::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5E5250;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shipping-address .address-actions .default.extra button {
  border: none !important;
  border-radius: none !important;
  background: none !important;
  font-family: "KoHo", sans-serif;
  padding: 0 !important;
  color: #5E5250 !important;
  text-transform: none !important;
  font-weight: 400px;
  margin: 0 !important;
}
.shipping-address .address-actions .default.extra button:hover {
  opacity: 1 !important;
}
.shipping-address .address-actions .default.extra button:hover span.radio::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #5E5250;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.shipping-address .address-actions .main-actions {
  display: flex;
}
.shipping-address .address-actions .edit {
  margin-right: 10px;
}
.shipping-address .address-actions .delete-address button {
  border: none !important;
  border-radius: none !important;
  background: none !important;
  font-family: "KoHo", sans-serif;
  padding: 0 !important;
  color: #5E5250 !important;
  text-transform: none !important;
  font-weight: 400px;
  margin: 0 !important;
}
.shipping-address .address-actions .delete-address button:hover {
  opacity: 1 !important;
}
.shipping-address .address-actions .delete-address button img {
  margin-right: 0;
}
.shipping-address span.shipping-company {
  font-weight: bold;
  padding-bottom: 13px;
}
.shipping-address span {
  font-size: 18px;
  font-weight: 400;
  padding-bottom: 5px;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
}
.shipping-address.edit {
  padding-bottom: 0;
}
.shipping-address.edit form {
  width: 100%;
  position: relative;
}
.shipping-address.edit .buttons {
  display: flex;
}
.shipping-address.edit button[type="submit"] + a.button {
  min-height: 45px;
  margin-left: 7px;
}
.shipping-address.edit .fields {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.shipping-address.edit .fields > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.shipping-address.edit .fields > div.first_name, .shipping-address.edit .fields > div.last_name {
  width: 50%;
  flex-basis: 50%;
}
.shipping-address.edit .fields > div.first_name {
  padding-right: 40px;
}
.shipping-address.edit .fields > div.ragione-sociale {
  width: 100%;
  flex-basis: 100%;
}
.shipping-address.edit .fields > div.address {
  width: calc(100%);
  flex-basis: calc(100%);
}
.shipping-address.edit .fields > div.city {
  width: 70%;
  flex-basis: 70%;
  padding-right: 40px;
}
.shipping-address.edit .fields > div.cap {
  width: 30%;
  flex-basis: 30%;
}
.shipping-address.edit .fields > div.province {
  width: 30%;
  flex-basis: 30%;
  padding-right: 40px;
  margin-bottom: 0;
}
.shipping-address.edit .fields > div.country {
  width: calc(70%);
  flex-basis: calc(70%);
  margin-bottom: 0;
}
.shipping-address.edit .fields > div label {
  font-size: 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
}
.shipping-address.edit .fields > div input {
  border: none !important;
  border-radius: 0;
  outline: none !important;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 4px 5px !important;
  height: 35px;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
}
.shipping-address.edit .fields > div.country select.reg-country-option, .shipping-address.edit .fields > div.country select.shipping-country-option {
  visibility: hidden;
  display: none;
  height: 0;
  width: 0;
  user-select: none;
}
.shipping-address.edit .fields > div.country .select-country-container, .shipping-address.edit .fields > div.country .shipping-country-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-current, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-current, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-current, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-current {
  width: 100%;
  height: 35px;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  position: relative;
  cursor: pointer;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 4px 5px !important;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-current span, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-current span, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-current span, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-current span {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-current::after, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-current::after, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-current::after, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-current::after {
  content: "";
  position: absolute;
  background-image: url(./assets/svg/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  user-select: none;
  right: 2px;
  top: 8px;
  transition: transform 0.27s ease;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-current.active::after, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-current.active::after, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-current.active::after, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-current.active::after {
  transform: rotate(180deg);
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-options, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.32s ease-in-out;
  width: 100%;
  height: auto;
  padding: 8px;
  background: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(100% - 21px);
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
  z-index: 9999;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-options span.select-country-option, .shipping-address.edit .fields > div.country .select-country-container .select-country-options span.shipping-country-option, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options span.select-country-option, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options span.shipping-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options span.select-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options span.shipping-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options span.select-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options span.shipping-country-option {
  padding: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-options span.select-country-option:hover, .shipping-address.edit .fields > div.country .select-country-container .select-country-options span.shipping-country-option:hover, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options span.select-country-option:hover, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options span.shipping-country-option:hover, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options span.select-country-option:hover, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options span.shipping-country-option:hover, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options span.select-country-option:hover, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options span.shipping-country-option:hover {
  background: #F2EFE8;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-options.active, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options.active, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options.active, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0 ease-in-out;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-options.active span.select-country-option, .shipping-address.edit .fields > div.country .select-country-container .select-country-options.active span.shipping-country-option, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options.active span.select-country-option, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options.active span.shipping-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options.active span.select-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options.active span.shipping-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options.active span.select-country-option, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options.active span.shipping-country-option {
  opacity: 1;
}
.shipping-address.edit .fields > div.country .select-country-container .select-country-options, .shipping-address.edit .fields > div.country .select-country-container .shipping-country-options, .shipping-address.edit .fields > div.country .shipping-country-container .select-country-options, .shipping-address.edit .fields > div.country .shipping-country-container .shipping-country-options {
  height: auto;
  overflow-y: auto;
  background: #fff;
  max-height: 220px;
}
.shipping-address.edit .fields > div.country input {
  width: 100%;
}
.shipping-address.edit.billing {
  padding: 25px 27px 0px !important;
}
.shipping-address.edit.billing .select-country-current {
  height: 24px !important;
}
.shipping-address.edit.billing input.country-text-input {
  background-image: unset !important;
}
.shipping-address.edit.billing .buttons a.button {
  line-height: 20px;
}
.shipping-address.edit.billing .fields > div {
  margin-bottom: 29px;
}
.shipping-address.edit.billing .fields > div.province {
  margin-bottom: 29px;
}
.shipping-address.edit.billing .fields > div.country {
  margin-bottom: 29px;
}
.shipping-address.edit.billing .fields > div.piva, .shipping-address.edit.billing .fields > div.sdi, .shipping-address.edit.billing .fields > div.phone, .shipping-address.edit.billing .fields > div.email {
  width: 50%;
  flex-basis: 50%;
}
.shipping-address.edit.billing .fields > div.email, .shipping-address.edit.billing .fields > div.piva {
  padding-right: 40px;
}
.shipping-address.edit.billing .fields > div input {
  height: 24px;
  font-size: 18px;
  line-height: 24px;
}
.shipping-address.edit.billing .fields > div.phone, .shipping-address.edit.billing .fields > div.email {
  margin-bottom: 0;
}
.woocommerce-view-order tr.woocommerce-shipping-totals.shipping th::before, .woocommerce-checkout-review-order .woocommerce-checkout-review-order-table tr.woocommerce-shipping-totals.shipping th::before {
  display: none;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce-checkout, .woocommerce-view-order {
  padding-top: 50px;
}
.woocommerce-checkout label[for="e_deliverydate"], .woocommerce-view-order label[for="e_deliverydate"] {
  display: none;
}
.woocommerce-checkout .orddd_lite_field_note, .woocommerce-view-order .orddd_lite_field_note {
  font-weight: 700;
}
.woocommerce-checkout .notices .woocommerce-message, .woocommerce-view-order .notices .woocommerce-message {
  max-width: 100%;
}
.woocommerce-checkout .ui-datepicker .ui-datepicker-header, .woocommerce-view-order .ui-datepicker .ui-datepicker-header {
  background: #5E5250 !important;
  color: #fff !important;
}
.woocommerce-checkout .ui-datepicker .ui-datepicker-header *, .woocommerce-view-order .ui-datepicker .ui-datepicker-header * {
  color: #fff !important;
  font-family: "KoHo", sans-serif;
}
.woocommerce-checkout .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before, .woocommerce-checkout .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before, .woocommerce-view-order .ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before, .woocommerce-view-order .ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(45deg) !important;
}
.woocommerce-checkout .ui-datepicker .ui-datepicker-calendar *, .woocommerce-view-order .ui-datepicker .ui-datepicker-calendar * {
  color: #5E5250 !important;
  font-family: "KoHo", sans-serif;
}
.woocommerce-checkout .ui-datepicker .ui-datepicker-calendar .ui-state-default, .woocommerce-view-order .ui-datepicker .ui-datepicker-calendar .ui-state-default {
  background: #F5F5F5 !important;
  transition: opacity 0.3s ease;
}
.woocommerce-checkout .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active, .woocommerce-view-order .ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background: #dbe6dd !important;
}
.woocommerce-checkout .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover, .woocommerce-view-order .ui-datepicker .ui-datepicker-calendar .ui-state-default:hover {
  opacity: 0.44 !important;
}
.woocommerce-checkout .ui-datepicker button.ui-datepicker-close, .woocommerce-view-order .ui-datepicker button.ui-datepicker-close {
  background: #5E5250 !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border: none !important;
  border-radius: 0px !important;
}
.woocommerce-checkout .disabled-addresses, .woocommerce-view-order .disabled-addresses {
  position: relative;
}
.woocommerce-checkout .disabled-addresses:after, .woocommerce-view-order .disabled-addresses:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff99;
}
.woocommerce-checkout .use_billing_address, .woocommerce-view-order .use_billing_address {
  display: flex;
  align-items: center;
}
.woocommerce-checkout .use_billing_address input, .woocommerce-view-order .use_billing_address input {
  margin-right: 9px;
}
.woocommerce-checkout .th-custom.thwma_my_acnt.thwma_b2b_acnt ul, .woocommerce-view-order .th-custom.thwma_my_acnt.thwma_b2b_acnt ul {
  max-height: 300px;
  overflow: scroll;
}
.woocommerce-checkout .shipping-search, .woocommerce-view-order .shipping-search {
  margin: 20px 0 10px;
  position: relative;
}
.woocommerce-checkout .shipping-search::before, .woocommerce-view-order .shipping-search::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(./assets/svg/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.woocommerce-checkout .shipping-search input, .woocommerce-view-order .shipping-search input {
  width: 100%;
  border: none !important;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  font-size: 18px;
  padding: 10px;
  padding-left: 39px;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-checkout .address-count, .woocommerce-view-order .address-count {
  margin-bottom: 40px;
  padding-left: 3px;
  font-size: 14px;
  line-height: 16px;
}
.woocommerce-checkout .pallet-section, .woocommerce-view-order .pallet-section {
  margin-top: 18px;
  margin-bottom: 6px;
  width: 50%;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container, .woocommerce-view-order .pallet-section .shipping-pallet-container {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 0 8px;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-current, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-current {
  width: 100%;
  height: 40px;
  background-color: transparent;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  position: relative;
  cursor: pointer;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-current input, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-current input {
  width: 90%;
  border: none;
  height: 96%;
  font-family: "KoHo", sans-serif;
  cursor: pointer;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-current input::placeholder, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-current input::placeholder {
  text-transform: uppercase;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-current span, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-current span {
  font-size: 22px;
  font-weight: bold;
  line-height: 27px;
  text-transform: uppercase;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-current::after, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-current::after {
  content: "";
  position: absolute;
  background-image: url(./assets/svg/dropdown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  user-select: none;
  right: 7px;
  top: 15px;
  transition: transform 0.27s ease;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-current.active::after, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-current.active::after {
  transform: rotate(180deg);
}
.woocommerce-checkout .pallet-section .shipping-pallet-container label, .woocommerce-view-order .pallet-section .shipping-pallet-container label {
  display: none;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-options, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-options {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.32s ease-in-out;
  left: -1px;
  width: 100%;
  height: auto;
  padding: 8px;
  background: #fff;
  position: absolute;
  display: flex;
  flex-direction: column;
  top: calc(115%);
  filter: drop-shadow(0px 3px 5px rgba(0, 0, 0, 0.3));
  z-index: 9999;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-options span.shipping-pallet-option, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-options span.shipping-pallet-option {
  padding: 5px;
  font-weight: 400;
  transition: all 0.3s ease;
  cursor: pointer;
  opacity: 0;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-options span.shipping-pallet-option:hover, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-options span.shipping-pallet-option:hover {
  background: #F2EFE8;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-options.active, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-options.active {
  visibility: visible;
  opacity: 1;
  transition: opacity 0 ease-in-out;
}
.woocommerce-checkout .pallet-section .shipping-pallet-container .shipping-pallet-options.active span.shipping-pallet-option, .woocommerce-view-order .pallet-section .shipping-pallet-container .shipping-pallet-options.active span.shipping-pallet-option {
  opacity: 1;
}
.woocommerce-checkout .checkout-content.product-boxed, .woocommerce-view-order .checkout-content.product-boxed {
  display: flex;
  flex-flow: row wrap;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section, .woocommerce-view-order .checkout-content.product-boxed .payment-section {
  width: 400px;
  flex-basis: 400px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section h3, .woocommerce-view-order .checkout-content.product-boxed .payment-section h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section h3::before, .woocommerce-view-order .checkout-content.product-boxed .payment-section h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/payment.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section form, .woocommerce-view-order .checkout-content.product-boxed .payment-section form {
  padding-top: 0;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section form.loading-address, .woocommerce-view-order .checkout-content.product-boxed .payment-section form.loading-address {
  opacity: 0.5;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section ul#shipping_method li label, .woocommerce-view-order .checkout-content.product-boxed .payment-section ul#shipping_method li label {
  display: inline-block;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section ul#shipping_method li, .woocommerce-view-order .checkout-content.product-boxed .payment-section ul#shipping_method li {
  max-width: 150px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table, .woocommerce-view-order .checkout-content.product-boxed .payment-section table {
  background: #dae5dd;
  margin-bottom: 2px;
  border: none;
  border-spacing: 0;
  border-radius: 0;
  padding: 30px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table thead, .woocommerce-checkout .checkout-content.product-boxed .payment-section table tbody, .woocommerce-view-order .checkout-content.product-boxed .payment-section table thead, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tbody {
  display: none !important;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table td, .woocommerce-checkout .checkout-content.product-boxed .payment-section table th, .woocommerce-view-order .checkout-content.product-boxed .payment-section table td, .woocommerce-view-order .checkout-content.product-boxed .payment-section table th {
  border: none !important;
  font-size: 14px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table td[data-title="Spedizione"], .woocommerce-view-order .checkout-content.product-boxed .payment-section table td[data-title="Spedizione"] {
  width: 65% !important;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table tr.cart-discount.coupon-f1rst0rder, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tr.cart-discount.coupon-f1rst0rder {
  display: none !important;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table tr.fee th, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tr.fee th {
  width: 52% !important;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table tr, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tr {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table tr td:first-child, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tr td:first-child {
  display: none;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table tr:last-child, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tr:last-child {
  background-image: none;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table tr:last-child th, .woocommerce-checkout .checkout-content.product-boxed .payment-section table tr:last-child td, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tr:last-child th, .woocommerce-view-order .checkout-content.product-boxed .payment-section table tr:last-child td {
  font-size: 18px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table th, .woocommerce-view-order .checkout-content.product-boxed .payment-section table th {
  text-transform: uppercase;
  font-weight: 400;
  text-align: left !important;
  padding-left: 0;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section table td, .woocommerce-view-order .checkout-content.product-boxed .payment-section table td {
  font-weight: bold;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section form, .woocommerce-view-order .checkout-content.product-boxed .payment-section form {
  position: relative;
  padding-top: 65px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment {
  background: none;
  border-radius: 0;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment ul, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment ul {
  padding: 0;
  border: none;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment ul li, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment ul li {
  padding: 15px 25px;
  background: #F5F5F5;
  margin-bottom: 2px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment ul li div.payment_box, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment ul li div.payment_box {
  background: none;
  margin: 0;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment ul li div.payment_box p, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment ul li div.payment_box p {
  margin: 0;
  color: #5E5250;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment ul li div.payment_box::before, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment ul li div.payment_box::before {
  display: none;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment .form-row.place-order, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment .form-row.place-order {
  padding: 0 !important;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment .form-row.place-order p, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment .form-row.place-order p {
  font-size: 14px;
  line-height: 19px;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment .form-row.place-order #place_order, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment .form-row.place-order #place_order {
  width: 100%;
  margin-top: 3px !important;
  padding: 17px 0 !important;
  position: absolute;
  top: 0;
  left: 0;
}
.woocommerce-checkout .checkout-content.product-boxed .payment-section #payment .form-row.place-order #place_order:before, .woocommerce-view-order .checkout-content.product-boxed .payment-section #payment .form-row.place-order #place_order:before {
  content: "";
  position: relative;
  background-image: url(./assets/svg/cart-light.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 32px;
  height: 28px;
  background-position: center;
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  top: -2px;
  margin-top: -5px;
  margin-bottom: -5px;
}
.woocommerce-checkout .col2-set, .woocommerce-view-order .col2-set {
  max-width: calc(100% - 400px);
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  padding-right: 80px;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .woocommerce-view-order .col2-set .col-1, .woocommerce-view-order .col2-set .col-2 {
  width: 50%;
  flex-basis: 50%;
  font-size: 18px;
}
.woocommerce-checkout .col2-set .col-1 h1, .woocommerce-checkout .col2-set .col-1 h2, .woocommerce-checkout .col2-set .col-2 h1, .woocommerce-checkout .col2-set .col-2 h2, .woocommerce-view-order .col2-set .col-1 h1, .woocommerce-view-order .col2-set .col-1 h2, .woocommerce-view-order .col2-set .col-2 h1, .woocommerce-view-order .col2-set .col-2 h2 {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
}
.woocommerce-checkout .col2-set .col-1, .woocommerce-view-order .col2-set .col-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-right: 90px;
}
.woocommerce-checkout .col2-set .col-1 h2::before, .woocommerce-view-order .col2-set .col-1 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/spedizione1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.85;
}
.woocommerce-checkout .col2-set .col-1 .thwma-add-acnt-adrs.add-acnt-adrs, .woocommerce-view-order .col2-set .col-1 .thwma-add-acnt-adrs.add-acnt-adrs {
  padding: 0;
}
.woocommerce-checkout .col2-set .col-1 .thwma-add-acnt-adrs.add-acnt-adrs a, .woocommerce-view-order .col2-set .col-1 .thwma-add-acnt-adrs.add-acnt-adrs a {
  margin-top: 0;
}
.woocommerce-checkout .col2-set .col-1 .first-shipping-address, .woocommerce-view-order .col2-set .col-1 .first-shipping-address {
  margin-top: 45px;
}
.woocommerce-checkout .col2-set .col-1 .thwma_my_acnt.th-custom, .woocommerce-view-order .col2-set .col-1 .thwma_my_acnt.th-custom {
  margin-top: 0;
}
.woocommerce-checkout .col2-set .col-1 .thwma-acnt-cus-addr.th-custom-address, .woocommerce-view-order .col2-set .col-1 .thwma-acnt-cus-addr.th-custom-address {
  padding-top: 0;
}
.woocommerce-checkout .col2-set .col-1 .th-custom.thwma_my_acnt.thwma_b2b_acnt, .woocommerce-view-order .col2-set .col-1 .th-custom.thwma_my_acnt.thwma_b2b_acnt {
  width: 100% !important;
}
.woocommerce-checkout .col2-set .col-1 .th-custom.thwma_my_acnt.thwma_b2b_acnt .thwma-thslider-box, .woocommerce-view-order .col2-set .col-1 .th-custom.thwma_my_acnt.thwma_b2b_acnt .thwma-thslider-box {
  width: 100% !important;
  padding-left: 0 !important;
}
.woocommerce-checkout .col2-set .col-1 .th-custom.thwma_my_acnt.thwma_b2b_acnt .thwma-thslider-box .thwma-thslider-list, .woocommerce-view-order .col2-set .col-1 .th-custom.thwma_my_acnt.thwma_b2b_acnt .thwma-thslider-box .thwma-thslider-list {
  width: 100% !important;
}
.woocommerce-checkout .col2-set .col-1 ul#thwma-th-list, .woocommerce-view-order .col2-set .col-1 ul#thwma-th-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .col2-set .col-1 ul#thwma-th-list li, .woocommerce-view-order .col2-set .col-1 ul#thwma-th-list li {
  width: 100%;
  float: unset !important;
  margin: 0 !important;
}
.woocommerce-checkout .col2-set .col-1 .address-list, .woocommerce-view-order .col2-set .col-1 .address-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 15px;
}
.woocommerce-checkout .col2-set .col-1 .address-list .th-custom.thwma_my_acnt.thwma_b2b_acnt, .woocommerce-view-order .col2-set .col-1 .address-list .th-custom.thwma_my_acnt.thwma_b2b_acnt {
  order: 2;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address, .woocommerce-view-order .col2-set .col-1 .shipping-address {
  margin-top: 0;
  margin-bottom: 20px;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.current, .woocommerce-view-order .col2-set .col-1 .shipping-address.current {
  margin-top: 7px;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address .address-actions .default form button#submit-shipping, .woocommerce-view-order .col2-set .col-1 .shipping-address .address-actions .default form button#submit-shipping {
  padding-bottom: 0 !important;
  position: unset !important;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address .address-actions .delete-address img, .woocommerce-view-order .col2-set .col-1 .shipping-address .address-actions .delete-address img {
  height: 19px;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address .address-actions .delete-address button, .woocommerce-view-order .col2-set .col-1 .shipping-address .address-actions .delete-address button {
  min-height: unset !important;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address .address-actions .edit, .woocommerce-view-order .col2-set .col-1 .shipping-address .address-actions .edit {
  font-size: 14px;
  font-weight: 400;
  font-family: "KoHo", sans-serif;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address .address-actions .edit img, .woocommerce-view-order .col2-set .col-1 .shipping-address .address-actions .edit img {
  height: 19px;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.edit, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit {
  padding: 25px 27px 0px !important;
  order: 1;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.edit .shipping-country-current, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit .shipping-country-current {
  height: 24px !important;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.edit input.shipping-country-text-input, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit input.shipping-country-text-input {
  background-image: unset !important;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields > div, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit .fields > div {
  margin-bottom: 29px;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields > div input, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit .fields > div input {
  height: 24px;
  font-size: 18px;
  line-height: 24px;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields > div.country, .woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields > div.province, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit .fields > div.country, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit .fields > div.province {
  margin-bottom: 0;
}
.woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields .buttons a.button, .woocommerce-view-order .col2-set .col-1 .shipping-address.edit .fields .buttons a.button {
  line-height: 20px;
}
.woocommerce-checkout .col2-set .col-2, .woocommerce-view-order .col2-set .col-2 {
  display: flex;
  flex-direction: column;
  padding-right: 150px;
}
.woocommerce-checkout .col2-set .col-2.edit, .woocommerce-view-order .col2-set .col-2.edit {
  padding-right: 0;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2:first-child, .woocommerce-view-order .col2-set .col-2 .fixed-box-2:first-child {
  margin-bottom: 30px;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2:first-child h2::before, .woocommerce-view-order .col2-set .col-2 .fixed-box-2:first-child h2::before {
  background-image: url(./assets/svg/address-fields.svg);
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2.fixed-box-consegna, .woocommerce-view-order .col2-set .col-2 .fixed-box-2.fixed-box-consegna {
  margin-top: 30px;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2.fixed-box-consegna h2::before, .woocommerce-view-order .col2-set .col-2 .fixed-box-2.fixed-box-consegna h2::before {
  background-image: url(./assets/svg/calendario.svg);
  width: 40px;
  height: 32px;
  opacity: 0.83;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field, .woocommerce-view-order .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field {
  display: flex;
  flex-direction: column;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field label, .woocommerce-view-order .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field label {
  margin-bottom: 12px;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field label abbr, .woocommerce-view-order .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field label abbr {
  display: none !important;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field input, .woocommerce-view-order .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field input {
  padding: 8px;
  border: 1px solid #5d52509e;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
}
.woocommerce-checkout .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field small, .woocommerce-view-order .col2-set .col-2 .fixed-box-2.fixed-box-consegna p#e_deliverydate_field small {
  font-size: 14px;
  line-height: 19px;
  margin-top: 6px;
}
.woocommerce-checkout .col2-set .col-2 .shipping-riferimento-container, .woocommerce-view-order .col2-set .col-2 .shipping-riferimento-container {
  display: flex;
  flex-direction: row;
}
.woocommerce-checkout .col2-set .col-2 .shipping-riferimento-container label, .woocommerce-view-order .col2-set .col-2 .shipping-riferimento-container label {
  margin-top: 20px;
  margin-bottom: 7px;
}
.woocommerce-checkout .col2-set .col-2 .numero-riferimento-text-input, .woocommerce-checkout .col2-set .col-2 .data-riferimento-text-input, .woocommerce-view-order .col2-set .col-2 .numero-riferimento-text-input, .woocommerce-view-order .col2-set .col-2 .data-riferimento-text-input {
  width: 157px;
  height: 35px;
  font-family: "KoHo", sans-serif;
  padding-left: 8px;
}
.woocommerce-checkout .col2-set .col-2 .riferimento-box, .woocommerce-view-order .col2-set .col-2 .riferimento-box {
  display: flex;
  flex-direction: column;
  padding-right: 35px;
}
.woocommerce-checkout .col2-set .col-2 h2::before, .woocommerce-view-order .col2-set .col-2 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/billing.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-checkout .col2-set .col-2 .billing-fields, .woocommerce-view-order .col2-set .col-2 .billing-fields {
  display: flex;
  flex-direction: column;
  margin-top: 21px;
}
.woocommerce-checkout .col2-set .col-2 .billing-fields .billing-company, .woocommerce-view-order .col2-set .col-2 .billing-fields .billing-company {
  font-weight: bold;
}
.woocommerce-checkout .col2-set .col-2 .billing-fields span, .woocommerce-view-order .col2-set .col-2 .billing-fields span {
  margin-bottom: 6px;
  font-weight: 400;
}
.woocommerce-checkout .col2-set .col-2 .billing-fields span.sdi, .woocommerce-view-order .col2-set .col-2 .billing-fields span.sdi {
  margin-bottom: 0;
}
.woocommerce-checkout .col2-set .col-2 .vat-message, .woocommerce-view-order .col2-set .col-2 .vat-message {
  display: flex;
  justify-content: space-between;
}
.woocommerce-checkout .col2-set .col-2 .vat-message .vat-valid, .woocommerce-view-order .col2-set .col-2 .vat-message .vat-valid {
  font-size: 14px;
  color: green;
}
.woocommerce-checkout .col2-set .col-2 .vat-message .vat-valid.error, .woocommerce-view-order .col2-set .col-2 .vat-message .vat-valid.error {
  color: red;
}
.woocommerce-checkout .col2-set .col-2 .vat-message .vat-valid.checking, .woocommerce-view-order .col2-set .col-2 .vat-message .vat-valid.checking {
  color: #5E5250 !important;
}
.woocommerce-checkout .col2-set .col-3, .woocommerce-view-order .col2-set .col-3 {
  width: 100%;
  flex-basis: 100%;
  margin-top: 70px;
}
.woocommerce-checkout .col2-set .col-3 h3, .woocommerce-view-order .col2-set .col-3 h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
}
.woocommerce-checkout .col2-set .col-3 h3::before, .woocommerce-view-order .col2-set .col-3 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/orders.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table {
  position: relative;
  border: none;
  border-spacing: 0;
  border-radius: 0px;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table th, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table th.product-total, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table th.product-total {
  text-align: right;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table thead th.product-total, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table thead th.product-total {
  padding-right: 30px;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td {
  font-weight: bold;
  padding-right: 30px;
  border-top: none;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-total {
  text-align: right;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name .product-quantity {
  display: none;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody:after, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody:after {
  content: "@";
  display: block;
  line-height: 20px;
  text-indent: -99999px;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot {
  background: #F5F5F5;
  margin-top: 20px;
  position: relative;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot li, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot li {
  margin: 0 !important;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot #shipping_method, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot #shipping_method {
  user-select: none;
  pointer-events: none;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot #shipping_method *, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot #shipping_method * {
  user-select: none;
  pointer-events: none;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
  border: none;
  padding: 25px;
  position: relative;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
  text-align: left;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:first-child, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:first-child {
  border: none;
  background-image: none;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td, .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child td, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:first-child th {
  padding-top: 25px;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child td, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child th {
  padding-bottom: 25px;
  background-image: none;
  font-size: 18px;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot td, .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot td, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  padding-right: 30px;
  border: none;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot th, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot th {
  background-image: none !important;
}
.woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot::after, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot::after {
  content: "";
  position: absolute;
  width: 25px;
  right: 0;
  height: 100%;
  background: #F5F5F5;
  bottom: 0;
}
.woocommerce-checkout .col2-set .col-4, .woocommerce-view-order .col2-set .col-4 {
  width: 100%;
  flex-basis: 100%;
  margin-top: 70px;
}
.woocommerce-checkout .col2-set .col-4 h3, .woocommerce-view-order .col2-set .col-4 h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
}
.woocommerce-checkout .col2-set .col-4 h3::before, .woocommerce-view-order .col2-set .col-4 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 38px;
  background-image: url(./assets/svg/omaggi.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi {
  border: none;
  border-spacing: 0;
  border-radius: 0px;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi th, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi th {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi th.product-total, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi th.product-total {
  text-align: right;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi thead th.product-total, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi thead th.product-total {
  padding-right: 30px;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr td, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr td {
  font-weight: bold;
  padding-right: 30px;
  border-top: none;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr td.product-total, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr td.product-total {
  text-align: right;
}
.woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody:after, .woocommerce-view-order .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody:after {
  content: "@";
  display: block;
  line-height: 20px;
  text-indent: -99999px;
}
.woocommerce-checkout .col2-set .col-5, .woocommerce-view-order .col2-set .col-5 {
  width: 100%;
  flex-basis: 100%;
  margin-top: 70px;
}
.woocommerce-checkout .col2-set .col-5 h3, .woocommerce-view-order .col2-set .col-5 h3 {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
}
.woocommerce-checkout .col2-set .col-5 h3::before, .woocommerce-view-order .col2-set .col-5 h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/note.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-checkout .col2-set .col-5 textarea, .woocommerce-view-order .col2-set .col-5 textarea {
  background: #F5F5F5;
  border: none;
  border-radius: none;
  font-family: "KoHo", sans-serif;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  min-height: 200px;
  padding: 30px 20px;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping th, .woocommerce-view-order tr.woocommerce-shipping-totals.shipping th {
  position: relative;
}
.woocommerce-checkout tr.woocommerce-shipping-totals.shipping th::before, .woocommerce-view-order tr.woocommerce-shipping-totals.shipping th::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 20px);
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-image: url(./assets/svg/spedizione1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-view-order tr.woocommerce-shipping-totals.shipping th::before {
  display: none !important;
}
tr.cart-discount.coupon-f1rst0rder, tr.cart-discount {
  display: none !important;
}
.page-template-template-ordini .orders-top, .page-template-template-ordini-agente .orders-top {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
.page-template-template-ordini .orders-top .orders-left, .page-template-template-ordini-agente .orders-top .orders-left {
  flex-basis: 75%;
  width: 75%;
}
.page-template-template-ordini .orders-top .orders-right, .page-template-template-ordini-agente .orders-top .orders-right {
  flex-basis: 25%;
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
}
.page-template-template-ordini .progress, .page-template-template-ordini-agente .progress {
  position: fixed;
  bottom: 0;
  left: 90px;
  z-index: 9999999999;
  display: block;
  text-align: center;
  width: 0;
  height: 5px;
  background: red;
  transition: width 4s ease;
}
.page-template-template-ordini .progress.hide, .page-template-template-ordini-agente .progress.hide {
  opacity: 0;
  transition: opacity 1.3s;
}
.page-template-template-ordini #content, .page-template-template-ordini-agente #content {
  min-height: calc(100vh - 180px);
}
.page-template-template-ordini #content .content-inner, .page-template-template-ordini-agente #content .content-inner {
  min-height: calc(100vh - 180px);
}
.page-template-template-ordini .orders-archive, .page-template-template-ordini-agente .orders-archive {
  min-height: calc(100vh - 180px);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 3.7vw;
}
.page-template-template-ordini h1.h2-style, .page-template-template-ordini-agente h1.h2-style {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
}
.page-template-template-ordini h1.h2-style::before, .page-template-template-ordini-agente h1.h2-style::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/orders.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-ordini .heading, .page-template-template-ordini-agente .heading {
  display: flex;
  width: 100%;
  flex-basis: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 37px;
}
.page-template-template-ordini .navigation, .page-template-template-ordini-agente .navigation {
  display: flex;
}
.page-template-template-ordini .navigation span, .page-template-template-ordini-agente .navigation span {
  display: block;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 25px;
  margin-left: 13px;
  cursor: pointer;
}
.page-template-template-ordini .navigation span.active, .page-template-template-ordini-agente .navigation span.active {
  text-decoration: underline;
  font-weight: bold;
}
.page-template-template-ordini .legenda-item, .page-template-template-ordini-agente .legenda-item {
  display: block;
  float: right;
  clear: both;
  position: relative;
  margin-bottom: 10px;
  padding: 10px 15px 5px;
  border-radius: 5px;
  min-width: 220px;
  text-align: center;
  text-transform: uppercase;
}
.page-template-template-ordini .legenda-item:after, .page-template-template-ordini-agente .legenda-item:after {
  width: 30px;
  height: 30px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-template-ordini .legenda-item.legenda-item-0:after, .page-template-template-ordini-agente .legenda-item.legenda-item-0:after {
  background-image: url(./assets/svg/status-unconfirmed.svg);
}
.page-template-template-ordini .legenda-item.legenda-item-1:after, .page-template-template-ordini-agente .legenda-item.legenda-item-1:after {
  background-image: url(./assets/svg/status-preparing.svg);
}
.page-template-template-ordini .legenda-item.legenda-item-2:after, .page-template-template-ordini-agente .legenda-item.legenda-item-2:after {
  background-image: url(./assets/svg/status-shipped.svg);
}
.page-template-template-ordini .legenda-item.legenda-item-0, .page-template-template-ordini-agente .legenda-item.legenda-item-0 {
  background-color: #EFD06A;
}
.page-template-template-ordini .legenda-item.legenda-item-1, .page-template-template-ordini-agente .legenda-item.legenda-item-1 {
  background-color: #B9CFBF;
}
.page-template-template-ordini .legenda-item.legenda-item-2, .page-template-template-ordini-agente .legenda-item.legenda-item-2 {
  background-color: #bbc8f1;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar), .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) {
  border: none !important;
  border-spacing: 0;
  margin-top: 25px;
  transition: opacity 0.3s ease;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar):not(.active), .page-template-template-ordini-agente table:not(.ui-datepicker-calendar):not(.active) {
  height: 0;
  margin: 0;
  display: none;
  padding: 0;
  width: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar).loading, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar).loading {
  opacity: 0.5;
  pointer-events: none;
  user-select: none;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) th, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th {
  padding: 0 0px 24px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: left;
  text-transform: uppercase;
  font-weight: 400;
  min-height: 100px;
  vertical-align: top;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) th:first-child, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th:first-child {
  padding-left: 22px;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) th span, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th span {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  font-weight: 700;
  padding-left: 5px;
  padding-right: 5px;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) th .orders-filter-wrapper, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .orders-filter-wrapper, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) th .orders-filter-wrapper label, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper label, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .orders-filter-wrapper label, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper label {
  padding-right: 33px;
  width: 52px;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-riferimento, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-da, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-a, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-da-i, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-a-i, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-riferimento, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-da, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-a, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-da-i, .page-template-template-ordini table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-a-i, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-riferimento, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-da, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-a, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-da-i, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .orders-filter-wrapper input#filtro-data-a-i, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-riferimento, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-da, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-a, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-da-i, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th .invoices-filter-wrapper input#filtro-data-a-i {
  height: 30px;
  border-radius: 0 !important;
  border: 1px solid #5E5250;
  font-family: "KoHo", sans-serif;
  padding-left: 6px;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-order-date .orders-filter-wrapper:first-child, .page-template-template-ordini table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-order-date .invoices-filter-wrapper:first-child, .page-template-template-ordini table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-invoice-date .orders-filter-wrapper:first-child, .page-template-template-ordini table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-invoice-date .invoices-filter-wrapper:first-child, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-order-date .orders-filter-wrapper:first-child, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-order-date .invoices-filter-wrapper:first-child, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-invoice-date .orders-filter-wrapper:first-child, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-invoice-date .invoices-filter-wrapper:first-child {
  margin-bottom: 5px;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td {
  padding: 28px 15px;
  font-size: 18px;
  text-transform: uppercase;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.hide, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.hide {
  display: none;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td:first-child, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td:first-child {
  padding-left: 22px;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell-order-number, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell-order-number {
  font-weight: 700;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status {
  text-align: center;
  display: flex;
  align-items: center;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato {
  display: block;
  min-width: 220px;
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  padding: 5px 15px;
  border-radius: 5px;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato:after, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato:after {
  content: "";
  margin-top: 5px;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-left: 10px;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s2, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s2 {
  background: #bbc8f1;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s1, .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.refunded, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s1, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.refunded {
  background: #B9CFBF;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s0, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s0 {
  background: #EFD06A;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.canceled, .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.failed, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.canceled, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.failed {
  background: #D6A1A1;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s2:after, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s2:after {
  background-image: url("./assets/svg/status-shipped.svg");
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s0:after, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s0:after {
  background-image: url("./assets/svg/status-unconfirmed.svg");
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s1:after, .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.refunded:after, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.s1:after, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato.refunded:after {
  background-image: url("./assets/svg/status-preparing.svg");
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions, .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell-invoice-actions, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell-invoice-actions {
  text-align: center;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td .print-order, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td .print-order {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td .print-order:hover, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td .print-order:hover {
  opacity: 0.6;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td .print-order::before, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td .print-order::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background-image: url(./assets/svg/pdf.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td .download-order, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td .download-order {
  cursor: pointer;
  padding-left: 30px;
  position: relative;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td .download-order:hover, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td .download-order:hover {
  opacity: 0.6;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td .download-order::before, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td .download-order::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(./assets/svg/download-media.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td span.woocommerce-Price-amount.amount, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td span.woocommerce-Price-amount.amount {
  font-weight: bold !important;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td span.woocommerce-Price-amount.amount *, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td span.woocommerce-Price-amount.amount * {
  font-weight: bold !important;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr.even, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr.even {
  background-color: #F5F5F5;
}
.page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr.hidden, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr.hidden {
  display: none;
}
.page-template-template-ordini .no-orders, .page-template-template-ordini .no-invoices, .page-template-template-ordini-agente .no-orders, .page-template-template-ordini-agente .no-invoices {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 30px;
}
.page-template-template-ordini .no-orders.active, .page-template-template-ordini .no-invoices.active, .page-template-template-ordini-agente .no-orders.active, .page-template-template-ordini-agente .no-invoices.active {
  display: flex !important;
}
.page-template-template-ordini .no-orders a, .page-template-template-ordini .no-invoices a, .page-template-template-ordini-agente .no-orders a, .page-template-template-ordini-agente .no-invoices a {
  display: inline-block;
}
.page-template-template-ordini .no-orders .woocommerce-error, .page-template-template-ordini .no-invoices .woocommerce-error, .page-template-template-ordini-agente .no-orders .woocommerce-error, .page-template-template-ordini-agente .no-invoices .woocommerce-error {
  margin-bottom: 27px;
}
.woocommerce-view-order .woocommerce-notices-wrapper:empty {
  margin: 0 !important;
}
.woocommerce-view-order #content {
  min-height: unset !important;
  height: unset !important;
}
.woocommerce-view-order .woocommerce, .woocommerce-view-order article {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  justify-content: flex-start !important;
}
.woocommerce-view-order .woocommerce-MyAccount-content {
  width: 100% !important;
}
.woocommerce-view-order .checkout-content.product-boxed h1 {
  flex-basis: 100%;
  width: 100%;
}
.woocommerce-view-order .checkout-content.product-boxed h1 {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 40px;
  position: relative;
  margin-bottom: 23px;
  margin-bottom: 60px;
}
.woocommerce-view-order .checkout-content.product-boxed h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 28px;
  background-image: url(./assets/svg/orders.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.woocommerce-view-order .col-1 .shipping-fields {
  display: flex;
  flex-direction: column;
  margin-top: 35px;
}
.woocommerce-view-order .col-1 .shipping-fields .shipping-company {
  font-weight: bold;
}
.woocommerce-view-order .col-1 .shipping-fields span {
  margin-bottom: 6px;
  font-weight: 400;
}
.woocommerce-view-order .col-1 .shipping-fields span.sdi {
  margin-bottom: 0;
}
.woocommerce-view-order .col-extra {
  width: 100%;
  flex-basis: 100%;
  margin-top: 44px;
}
.woocommerce-view-order .col-extra:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
.woocommerce-view-order .col-extra > p {
  max-width: 57%;
}
.woocommerce-view-order .col-extra .wc-bacs-bank-details {
  margin-bottom: 0 !important;
}
.woocommerce-view-order .col-3 #order_review {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.woocommerce-view-order .col-3 #order_review .thead {
  display: flex;
  padding-bottom: 20px;
}
.woocommerce-view-order .col-3 #order_review .thead span {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}
.woocommerce-view-order .col-3 #order_review .thead span.code {
  padding-left: 20px;
  width: 120px;
  text-align: left;
}
.woocommerce-view-order .col-3 #order_review .thead span.subtotal {
  margin-left: auto;
  padding-right: 20px;
}
.woocommerce-view-order .col-3 #order_review .tbody {
  display: flex;
  flex-direction: column;
}
.woocommerce-view-order .col-3 #order_review .tbody .single-product-review {
  display: flex;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  padding: 20px 0;
}
.woocommerce-view-order .col-3 #order_review .tbody .single-product-review span {
  font-weight: bold;
}
.woocommerce-view-order .col-3 #order_review .tbody .single-product-review span.code {
  padding-left: 20px;
  width: 120px;
  text-align: left;
}
.woocommerce-view-order .col-3 #order_review .tbody .single-product-review span.subtotal {
  margin-left: auto;
  padding-right: 20px;
}
.woocommerce-view-order .col-3 #order_review .tbody .single-product-review:first-child {
  padding-top: 0;
}
.woocommerce-view-order .col-3 #order_review .tfoot {
  display: flex;
  width: 100%;
  background: #F5F5F5;
  margin-top: 15px;
  padding: 20px;
  justify-content: flex-end;
}
.woocommerce-view-order .col-3 #order_review .tfoot .order-info {
  max-width: 18vw;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.woocommerce-view-order .col-3 #order_review .tfoot .order-info > span {
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.woocommerce-view-order .col-3 #order_review .tfoot .order-info > span .label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-view-order .col-3 #order_review .tfoot .order-info > span .value {
  font-weight: bold;
}
.woocommerce-view-order .col-3 #order_review .tfoot .order-info > span.order-shipping {
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-view-order .col-3 #order_review .tfoot .order-info > span.order-total {
  padding-bottom: 3px;
  padding-top: 15px;
}
.woocommerce-view-order .col-3 #order_review .tfoot .order-info > span.order-total .label, .woocommerce-view-order .col-3 #order_review .tfoot .order-info > span.order-total .value {
  font-size: 18px;
}
.woocommerce-view-order .col-5 #extra_notes {
  min-height: 200px;
  font-weight: 400;
  background: #F5F5F5;
}
.woocommerce-view-order .payment-section .fixed-box {
  display: flex;
  flex-direction: column;
}
.woocommerce-view-order .payment-section .fixed-box > span {
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  padding: 24px 0;
  width: 100%;
}
.woocommerce-view-order .payment-section .fixed-box > span.on-hold {
  background: #D9DCDA;
}
.woocommerce-view-order .payment-section .fixed-box > span.completed, .woocommerce-view-order .payment-section .fixed-box > span.refunded {
  background: #B9CFBF;
}
.woocommerce-view-order .payment-section .fixed-box > span.processing {
  background: #EFD06A;
}
.woocommerce-view-order .payment-section .fixed-box > span.canceled, .woocommerce-view-order .payment-section .fixed-box > span.failed {
  background: #D6A1A1;
}
.woocommerce-view-order .payment-section .fixed-box .info {
  display: flex;
  flex-direction: column;
  background: #F5F5F5;
  margin-top: 2px;
  padding: 32px;
}
.woocommerce-view-order .payment-section .fixed-box .info > span {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
.woocommerce-view-order .payment-section .fixed-box .info > span .label {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 400;
}
.woocommerce-view-order .payment-section .fixed-box .info > span .value {
  font-weight: bold;
  text-transform: uppercase;
}
.woocommerce-view-order .payment-section .fixed-box .info > span:last-child {
  background-image: none;
}
.single-product section.single-product-top .single-product-info .product-cart-section .price * {
  font-weight: bold !important;
}
.woocommerce-checkout header#masthead .cart-section, .woocommerce-cart header#masthead .cart-section {
  display: none !important;
}
.woocommerce-wishlist #content {
  min-height: unset !important;
}
.woocommerce-wishlist #wishlist-content {
  padding-top: 60px;
  min-height: 86vh;
}
.woocommerce-wishlist .wishlist-title-container {
  display: none;
}
section.omaggi .omaggi-table .omaggi-table-header-item {
  padding: 0 15px;
}
td.omaggi-table-cell.omaggi-table-cell-real-qty {
  text-align: center;
}
.page-template-template-dashboard-agente .nav-customers {
  display: flex;
  flex-direction: column;
}
.current-name {
  display: flex;
  position: absolute;
  right: 2vw;
}
.page-template-template-dashboard-agente #content {
  min-height: calc(100vh - 180px);
}
.page-template-template-dashboard-agente #content .content-inner {
  height: 100%;
}
.page-template-template-dashboard-agente #content .dashboard {
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  padding-top: 80px;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 45px;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available {
  width: calc(100% / 4 - 20px);
  flex-basis: calc(100% / 4 - 20px);
  height: 17vw;
  background: #F2EFE8;
  transition: all 0.3s ease;
  margin-bottom: 20px;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a {
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div {
  width: calc(100% - 60px);
  height: calc(100% - 60px);
  margin: 30px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div span.user-title {
  text-transform: uppercase;
  margin-top: 24px;
  padding: 0 3px 10px;
  margin-bottom: 0px;
  transition: all 0.3s ease;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  transition: all 0.3s ease;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div span.user-name {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  padding-top: 7px;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div .thumb img {
  opacity: 0.78;
  transition: all 0.3s ease;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a:hover > div {
  position: relative;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a:hover > div span.user-title {
  background-image: none;
  font-weight: bold;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a:hover > div .thumb img {
  opacity: 1;
}
.page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available:not(:nth-child(4n)) {
  margin-right: 20px;
}
.page-template-template-dashboard-agente #content .search-customers {
  width: 23%;
}
.page-template-template-dashboard-agente #content .search-customers .customer-search {
  margin: 40px 0 10px;
  position: relative;
}
.page-template-template-dashboard-agente #content .search-customers .customer-search::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url(./assets/svg/search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
}
.page-template-template-dashboard-agente #content .search-customers .customer-search input {
  width: 100%;
  border: none !important;
  font-family: "KoHo", sans-serif;
  color: #5E5250;
  font-size: 18px;
  padding: 10px;
  padding-left: 39px;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}
#user_switching_switch_on {
  display: none !important;
}
.page-template-template-gia-acquistati img {
  height: auto;
  max-width: 100%;
}
.page-template-template-extra, .page-template-template-anagrafica {
  padding-top: 50px;
}
.page-template-template-extra section.extra, .page-template-template-extra section.documenti-custom, .page-template-template-anagrafica section.extra, .page-template-template-anagrafica section.documenti-custom {
  margin-bottom: 60px;
}
.page-template-template-extra section.extra .nav-extra, .page-template-template-extra section.documenti-custom .nav-extra, .page-template-template-anagrafica section.extra .nav-extra, .page-template-template-anagrafica section.documenti-custom .nav-extra {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 45px;
}
.page-template-template-extra section.extra .nav-extra .extra-item, .page-template-template-extra section.documenti-custom .nav-extra .extra-item, .page-template-template-anagrafica section.extra .nav-extra .extra-item, .page-template-template-anagrafica section.documenti-custom .nav-extra .extra-item {
  width: calc(100% / 4 - 20px);
  flex-basis: calc(100% / 4 - 20px);
  transition: all 0.3s ease;
  text-decoration: none;
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.page-template-template-extra section.extra .nav-extra .extra-item .extra-name, .page-template-template-extra section.documenti-custom .nav-extra .extra-item .extra-name, .page-template-template-anagrafica section.extra .nav-extra .extra-item .extra-name, .page-template-template-anagrafica section.documenti-custom .nav-extra .extra-item .extra-name {
  text-transform: uppercase;
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  padding-top: 15px;
  background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: top;
  background-size: 7px 2px;
  background-repeat: repeat-x;
  transition: all 0.3s ease;
  min-height: 3rem;
}
.page-template-template-extra section.extra .nav-extra .extra-item .thumb, .page-template-template-extra section.documenti-custom .nav-extra .extra-item .thumb, .page-template-template-anagrafica section.extra .nav-extra .extra-item .thumb, .page-template-template-anagrafica section.documenti-custom .nav-extra .extra-item .thumb {
  margin-bottom: 10px;
}
.page-template-template-extra section.extra .nav-extra .extra-item .thumb img, .page-template-template-extra section.documenti-custom .nav-extra .extra-item .thumb img, .page-template-template-anagrafica section.extra .nav-extra .extra-item .thumb img, .page-template-template-anagrafica section.documenti-custom .nav-extra .extra-item .thumb img {
  opacity: 0.78;
  transition: all 0.3s ease;
  width: 100%;
  aspect-ratio: 0.8;
  object-fit: contain;
}
.page-template-template-extra section.extra .nav-extra .extra-item:hover, .page-template-template-extra section.documenti-custom .nav-extra .extra-item:hover, .page-template-template-anagrafica section.extra .nav-extra .extra-item:hover, .page-template-template-anagrafica section.documenti-custom .nav-extra .extra-item:hover {
  position: relative;
}
.page-template-template-extra section.extra .nav-extra .extra-item:hover .thumb img, .page-template-template-extra section.documenti-custom .nav-extra .extra-item:hover .thumb img, .page-template-template-anagrafica section.extra .nav-extra .extra-item:hover .thumb img, .page-template-template-anagrafica section.documenti-custom .nav-extra .extra-item:hover .thumb img {
  opacity: 1;
}
.page-template-template-extra section.extra .nav-extra .extra-item:not(:nth-child(4n)), .page-template-template-extra section.documenti-custom .nav-extra .extra-item:not(:nth-child(4n)), .page-template-template-anagrafica section.extra .nav-extra .extra-item:not(:nth-child(4n)), .page-template-template-anagrafica section.documenti-custom .nav-extra .extra-item:not(:nth-child(4n)) {
  margin-right: 20px;
}
.woocommerce-cart tr.woocommerce-shipping-totals.shipping, .woocommerce-cart tr.order-total {
  display: none !important;
}
.woocommerce-cart, .page-template-template-omaggi {
  padding-bottom: 50px;
}
#popup-block {
  display: flex;
  flex-direction: column;
  min-height: 15vw;
  width: 33vw;
  position: fixed;
  left: 50%;
  top: 50%;
  align-items: center;
  background: #F2EFE8;
  transform: translate(-50%, -50%) scale(1);
  justify-content: center;
  padding: 50px;
  box-shadow: 6px 7px 14px #0000007a;
  transition: transform 0.33s ease, opacity 0.3s ease;
}
#popup-block:not(.active) {
  visibility: hidden;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.8);
}
#popup-block h3 {
  display: block;
  text-align: center;
  font-weight: 500;
  font-size: 21px;
  line-height: 26px;
}
#popup-block .title {
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  position: relative;
  padding-left: 47px;
}
#popup-block .title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-image: url(./assets/svg/warning.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#popup-block .close-block {
  display: block;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
header#masthead .site-branding .site-logo svg {
  width: 76%;
}
#swal2-html-container {
  text-align: left;
}
.download-choice-wrapper {
  margin-top: 10px;
}
.download-choice-row:last-child {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
#download-email {
  font-size: 16px;
  padding: 10px;
  text-align: center;
  margin-top: 5px;
}
button.swal2-styled {
  box-shadow: none !important;
  text-transform: uppercase;
  font-size: 14px !important;
}
.swal2-image {
  max-width: 60px !important;
}
.swal2-title {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
}
.swal-download {
  max-width: 80vw !important;
}
/*start shopper popup*/
.q-pop-up {
  visibility: hidden;
  opacity: 0;
}
.q-pop-up.active {
  visibility: visible;
  opacity: 1;
}
.q-pop-up.animate__animated {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9999999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.q-pop-up .q-inner {
  z-index: 0;
  width: 80vw;
  max-width: 1200px;
  max-height: 90vh;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  background: #fdf8f6;
  position: relative;
  -webkit-box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.73);
  box-shadow: 0px 0px 0px 9999px rgba(0, 0, 0, 0.73);
  text-align: left;
  padding: 30px 60px;
}
.q-pop-up .q-inner .gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  padding: 30px 0;
}
.q-pop-up .q-inner .close-popup {
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  display: inline-block;
}
.q-pop-up .q-inner .close-popup:before {
  content: "";
  background: #000;
  display: inline-block;
  width: 30px;
  height: 1px;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
}
.q-pop-up .q-inner .close-popup:after {
  content: "";
  background: #000;
  display: inline-block;
  width: 30px;
  height: 1px;
  transform: rotate(-45deg);
  position: absolute;
  top: 50%;
}
.q-pop-up .q-inner .close-popup:hover {
  opacity: 0.6;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields {
  gap: 25px;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield_validation_message {
  float: left;
  margin-top: 20px;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .ginput_container_radio + .gfield_validation_message {
  margin-top: 0;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .marginbottom {
  margin-bottom: 30px;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .titolo-sondaggio {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 20px;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-html {
  text-align: center;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield_required {
  display: none;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-jb_starrating label, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-radio .gfield_label {
  width: 66%;
  float: left;
  font-size: 16px;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield_required {
  display: none;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-jb_starrating .ginput_container, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-radio .ginput_container {
  width: 34%;
  float: left;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .br-theme-bars-vertical .br-widget a {
  margin-right: 10px !important;
  background-image: url(/wp-content/themes/b2b-child/assets/svg/star.svg);
  width: 40px !important;
  height: 40px !important;
  background-color: transparent !important;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: -15px;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .br-theme-bars-vertical .br-widget a.br-active:after, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .br-theme-bars-vertical .br-widget a.br-selected:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -4px;
  top: -7px;
  background-image: url(/wp-content/themes/b2b-child/assets/svg/star-bg.svg);
  width: 42px !important;
  height: 55px !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gsurvey-rating:not(:checked) > label {
  background-image: url("/wp-content/themes/b2b-child/assets/svg/star.svg") !important;
  width: 40px !important;
  height: 40px !important;
  background-size: contain !important;
  position: relative;
  margin: 2px;
  margin-right: 10px;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields .gsurvey-rating:not(:checked) > label:hover::before, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gsurvey-rating:not(:checked) > label:hover ~ label::before, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gsurvey-rating > input:checked ~ label::before {
  content: "";
  background-image: url("/wp-content/themes/b2b-child/assets/svg/star-bg.svg") !important;
  position: absolute;
  left: -4px;
  top: -7px;
  width: 42px;
  height: 55px;
  z-index: -1;
}
.q-pop-up .q-inner .gform-theme--foundation .gform_fields textarea {
  font-size: 16px;
}
.q-pop-up .q-inner .gform_button {
  margin: 0 auto !important;
}
.q-pop-up .q-inner .star-demo {
  margin-left: 5px !important;
  margin-right: 5px !important;
  background-image: url(/wp-content/themes/b2b-child/assets/svg/star.svg);
  width: 40px !important;
  height: 40px !important;
  background-color: transparent !important;
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-bottom: -15px;
}
.q-pop-up .q-inner .star-demo:after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -4px;
  top: -7px;
  background-image: url(/wp-content/themes/b2b-child/assets/svg/star-bg.svg);
  width: 42px !important;
  height: 55px !important;
  background-size: contain;
  background-repeat: no-repeat;
}
#xls-order-wrapper {
  width: 600px;
  max-width: 100%;
}
#xls-order-wrapper #xls-order-inner {
  display: none;
}
#xls-order-wrapper #xls-order-inner #xls-file {
  display: none;
}
#xls-order-wrapper #xls-order-inner .xls-order-product {
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  background: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 7px 2px;
  padding: 5px 0;
}
#xls-order-wrapper #xls-order-inner .xls-order-product.xls-order-product-header {
  font-weight: 700;
}
#xls-order-wrapper #xls-order-inner .xls-order-product > div {
  flex: 1;
}
#xls-order-wrapper #xls-order-inner .xls-order-product .xls-order-product-qta, #xls-order-wrapper #xls-order-inner .xls-order-product .xls-order-product-prezzo, #xls-order-wrapper #xls-order-inner .xls-order-product .xls-order-product-sconto {
  text-align: right;
}
#xls-order-wrapper #xls-order-inner #xls-order-confirm {
  display: none;
}
#xls-order-wrapper #xls-order-inner #xls-order-confirm.active {
  display: inline-block;
}
@media screen and (max-width: 1700px) {
  h1, .h1-style {
    font-size: 30px;
    line-height: 35px;
    font-weight: bold;
  }
  h2, .h2-style {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
  }
  .boxed {
    max-width: 80vw;
    width: 100%;
    margin: 0 auto;
  }
  #main-sidebar #search.active, #main-sidebar #search:hover {
    width: 38vw;
  }
  #main-sidebar #search.active .search-form .search-field, #main-sidebar #search:hover .search-form .search-field {
    font-size: 16px;
    line-height: 18px;
  }
  #main-sidebar #search.active .search-form, #main-sidebar #search:hover .search-form {
    width: 28vw;
    margin-left: 85px;
  }
  .is_agent #main-sidebar #main-menu .menu-item:first-child {
    height: 75px !important;
  }
  .tax-product_cat .notices, .search .notices, .page-template-template-gia-acquistati .notices {
    margin-top: 170px;
  }
  .woocommerce-cart section#cart-page .cart-collaterals {
    max-width: calc(100% - 150px - 75px);
  }
  section.omaggi .omaggi-wrapper .omaggi-right {
    width: calc(100% - 282px - 75px);
  }
  .user-box {
    justify-content: flex-start !important;
  }
  .page-template-template-dashboard #content .dashboard {
    justify-content: flex-start;
    padding-top: 6vw;
    padding-bottom: 6vw;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat a:hover > div::before {
    background-size: contain;
  }
  header#masthead {
    width: calc(100% - 75px);
    height: 75px !important;
    left: 75px;
  }
  header#masthead .site-branding {
    width: 140px;
  }
  .custom-logo-link {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #main-sidebar {
    width: 75px;
  }
  #main-sidebar #search.active + #main-menu, #main-sidebar #search:hover + #main-menu {
    margin-top: 75px;
  }
  #main-sidebar #search .search-input {
    width: 70px;
    height: 70px;
  }
  #main-sidebar #search {
    width: 75px;
    height: 75px;
  }
  #main-sidebar #search.active, #main-sidebar #search:hover {
    height: 75px;
  }
  div#page {
    margin-left: 75px;
    margin-top: 75px;
  }
  .page-template-template-dashboard #content {
    height: unset;
    min-height: unset;
  }
  #main-sidebar #main-menu .menu-item {
    height: 75px;
  }
  #main-sidebar #logout {
    height: 75px;
  }
  html body footer#colophon {
    height: 75px !important;
  }
  aside.footer-inner .footer-col:first-child, aside.footer-inner .footer-col:nth-child(3) {
    flex: 0.5;
  }
  aside.footer-inner .footer-col:nth-child(2) {
    flex: 1.5;
  }
  aside.footer-inner .footer-col:nth-child(2) .textwidget {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat {
    margin-bottom: 15px;
    width: calc(100% / 5 - 15px);
    flex-basis: calc(100% / 5 - 15px);
    height: 16.6vw;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available {
    margin-bottom: 15px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat:not(:nth-child(5n)) {
    margin-right: 15px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat {
    width: calc(100% / 5 - 15px);
    flex-basis: calc(100% / 5 - 15px);
    height: 14.6vw;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat a > div {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 25px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat a > div span.cat-title {
    margin-top: 7px;
    padding: 0 3px 17px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories {
    margin-top: 29px;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available {
    width: calc(100% / 4 - 15px);
    flex-basis: calc(100% / 4 - 15px);
    height: 20vw;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available:not(:nth-child(4n)) {
    margin-right: 15px;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div {
    width: calc(100% - 50px);
    height: calc(100% - 50px);
    margin: 25px;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div span.user-title {
    margin-top: 7px;
    padding: 0 3px 17px;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers {
    margin-top: 29px;
  }
  header#masthead .cart-section:hover {
    min-width: 210px;
    width: 315px;
  }
  .nav-extra {
    margin-top: 29px !important;
  }
  .nav-extra .extra-item {
    margin-bottom: 15px !important;
  }
  .nav-extra .extra-item:not(:nth-child(4n)) {
    margin-right: 15px !important;
  }
  .product-boxed {
    max-width: calc(100% - 282px);
  }
  .filters-nav {
    width: 100%;
    max-width: calc(100% - 355px);
    top: 75px;
    left: calc(50% + 38px);
  }
  .product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section .link-product a, .product-tax-container button[type="submit"], .product-tax-container #place_order {
    font-size: 13px !important;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.actions {
    display: none !important;
  }
  .woocommerce-cart .product-boxed, .woocommerce-checkout .product-boxed, .woocommerce-cart .old_order-wrapper {
    max-width: calc(100% - 150px);
  }
  .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty.woocommerce-info {
    max-width: calc(100% - 150px);
    width: 100%;
    margin: 0 auto;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td span, .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name a {
    font-size: 17px;
    line-height: 22px;
  }
  .woocommerce-checkout .pallet-section, .woocommerce-view-order .pallet-section {
    width: 90%;
  }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .shipping-address span {
    font-size: 15px;
    line-height: 18px;
  }
  .woocommerce-checkout .col2-set .col-2, .woocommerce-view-order .col2-set .col-2 {
    padding-right: 0px;
  }
  .woocommerce-checkout .checkout-content.product-boxed .payment-section h3::before, .woocommerce-view-order .checkout-content.product-boxed .payment-section h3::before {
    width: 28px;
    height: 20px;
  }
  .woocommerce-checkout h2, .h2-style {
    font-size: 20px;
    line-height: 36px;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot th + td {
    width: 370px;
  }
  html body footer#colophon .content-inner .footer-inner .taste-of-italy {
    position: relative;
    right: 17px;
    top: unset;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr::before {
    content: "";
    position: absolute;
    right: 8px;
    bottom: 0;
    background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
    height: 2px;
    width: 54%;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr::before, .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table thead tr::before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 0;
    background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
    height: 2px;
    width: 100%;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot td, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot td {
    background: none !important;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr:last-child::before {
    opacity: 0;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr, .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table thead tr {
    background: none !important;
    position: relative;
  }
  .woocommerce-checkout .checkout-content.product-boxed .payment-section table td[data-title="Spedizione"], .woocommerce-view-order .checkout-content.product-boxed .payment-section table td[data-title="Spedizione"] {
    width: 63% !important;
    padding: 10px 0px;
  }
  .woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr::before, .woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi thead tr::before {
    content: "";
    position: absolute;
    right: 2px;
    bottom: 0;
    background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
    height: 2px;
    width: 100%;
  }
  .woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr, .woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi thead tr {
    background: none !important;
    position: relative;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato {
    font-size: 15px;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td {
    padding: 28px 15px;
    font-size: 16px;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-order-date .orders-filter-wrapper label, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) th.woocommerce-orders-table__header-order-date .orders-filter-wrapper label {
    margin-right: 7px;
  }
  .page-template-template-ordini-agente .orders-archive {
    max-width: calc(100% - 9vw);
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 {
    max-width: 31vw;
  }
  .woocommerce-account #content .entry-content .woocommerce .login-heading {
    margin-bottom: 10px;
    margin-top: -60px;
  }
  section.login-heading img {
    width: 65%;
  }
  .woocommerce-account #content .entry-content .woocommerce .login-heading span {
    text-align: center;
  }
  .woocommerce-account #content {
    height: calc(100vh - 143px);
    min-height: calc(100vh - 143px);
  }
  header#masthead .cart-section .cart-header:hover .show-cart span {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
  }
  #mini-cart {
    width: calc(100% + 140px);
    max-height: calc(100vh - 75px);
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi {
    max-width: 250px;
    max-height: 250px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola {
    width: 150px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-orizzontale {
    max-width: 85%;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1680px) {
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat {
    width: calc(100% / 5 - 15px);
    flex-basis: calc(100% / 5 - 15px);
    height: 15vw;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat .thumb {
    max-width: 100px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat a > div {
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    margin: 15px;
  }
  h1, .h1-style {
    font-size: 24px;
    line-height: 26px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories {
    margin-top: 13px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat:not(:nth-child(4n)) {
    margin-right: 10px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1580px) {
  form.woocommerce-ResetPassword.lost_reset_password {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 33vw;
  }
  .woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper {
    width: auto !important;
    min-width: 33vw !important;
    padding-bottom: 30px !important;
  }
  section.omaggi .omaggi-wrapper .omaggi-right {
    width: calc(100% - 125px - 75px);
  }
  .product-tax-container #products-loop .single-product---loop div.element-link .single-product-info h2.slow-food-tag::before {
    width: 20px;
    height: 20px;
    top: -15px;
  }
  .product-boxed, .old_order-wrapper {
    max-width: calc(100% - 125px);
  }
  .filters-nav {
    width: 100%;
    max-width: calc(100% - 75px);
    top: 75px;
    left: 75px;
    transform: unset;
    height: 150px;
  }
  .filters-nav .filter-nav-top, .filters-nav .filter-nav-bottom {
    padding: 0 28px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-label {
    min-width: 144px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option a {
    font-size: 11px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 {
    padding: 10px 20px 20px !important;
    width: 36vw !important;
  }
  .filters-nav .filter-nav-bottom .stock-info span {
    font-size: 13px;
  }
  .product-tax-container #products-loop .single-product---loop div.element-link .single-product-info h2.slow-food-tag {
    padding-left: 0;
  }
  .product-tax-container #products-loop .single-product---loop div.element-link .single-product-info h2 {
    font-size: 17px;
    line-height: 22px;
  }
  .product-tax-container #products-loop .single-product---loop div.element-link.back .single-product-actions .product-cart-section {
    padding: 25px 0;
  }
  .product-tax-container #products-loop .single-product---loop div.element-link .single-product-thumb {
    margin: 0px 0 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
  .single-product section.single-product-top .notices {
    margin: 23px 0;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section .price {
    font-size: 24px;
    line-height: 30px;
    font-weight: bold;
    margin-right: 50px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories {
    margin-top: 16px;
  }
  h1, .h1-style {
    font-size: 27px;
    line-height: 31px;
  }
  .product-tax-container #products-loop .single-product---loop {
    min-height: 43vw;
  }
  .woocommerce-cart section#cart-page .cart-left {
    width: 100%;
    flex-basis: 100%;
  }
  section.omaggi .omaggi-wrapper {
    flex-direction: column-reverse;
  }
  section.omaggi .omaggi-wrapper .omaggi-left {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
  }
  .woocommerce-cart {
    padding-top: 30px;
  }
  .woocommerce-cart h1 {
    margin-bottom: 5px;
  }
  .woocommerce-cart section#cart-page {
    margin-bottom: 55px;
  }
  .woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields > div {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 10px !important;
    margin-left: 0;
  }
  .woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields button, .woocommerce-checkout .col2-set .col-1 .shipping-address.edit .fields a {
    width: 100%;
    flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 0px !important;
    margin-left: 0;
    padding-left: 0;
    text-align: center;
  }
  .shipping-address.edit .buttons {
    flex-direction: column;
    width: 100%;
  }
  .woocommerce-checkout {
    padding-top: 30px;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name {
    width: 470px;
  }
  .woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr td.product-name {
    width: 470px;
  }
  .page-template-template-ordini .heading .navigation span, .page-template-template-ordini-agente .heading .navigation span {
    font-size: 19px;
    line-height: 19px;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div input {
    font-size: 19px;
    line-height: 20px;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div {
    margin-bottom: 23px;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.email, .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.phone {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.phone {
    padding-left: 0;
    margin-top: 21px;
  }
  .page-template-template-anagrafica .anagrafica-content {
    padding-bottom: 4vw;
  }
  .page-template-template-omaggi .checkout-navbar {
    padding-top: 30px;
  }
  section.omaggi {
    margin-bottom: 80px;
  }
  .page-template-template-dashboard-agente #content .search-customers {
    width: 48%;
  }
  section.omaggi .omaggi-table-tots {
    flex-direction: row;
  }
  section.omaggi .omaggi-table-tots .omaggi-table-tot {
    margin-bottom: 0;
  }
  .omaggi-right:before {
    content: "";
    width: 100%;
    background: #fff;
    height: 200px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: -1;
  }
  .scegli-omaggi, .points-amount {
    position: relative;
    z-index: 1;
  }
  .woocommerce-account #content .entry-content .woocommerce {
    max-width: 80vw;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 {
    max-width: 29vw;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories {
    margin-top: 13px;
  }
  .page-template-template-dashboard #content .dashboard {
    justify-content: flex-start;
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
  .omaggi-right:before {
    display: none !important;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi {
    max-width: 200px;
    max-height: 200px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1400px) {
  .cat-box .thumb {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .cat-box .thumb img {
    width: 75%;
    height: auto;
    display: block;
  }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-checkout .col2-set .col-2, .woocommerce-view-order .col2-set .col-1, .woocommerce-view-order .col2-set .col-2 {
    width: 100%;
    flex-basis: 100%;
  }
  .woocommerce-checkout .col2-set .col-2 {
    margin-top: 20px;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div {
    justify-content: flex-start;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div .thumb img {
    width: 73%;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div .thumb {
    text-align: center;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div span.user-title {
    margin-top: 0px;
    padding: 0 3px 4px;
  }
  .nav-extra .extra-item .thumb img {
    width: 73% !important;
  }
  .nav-extra .extra-item .thumb {
    text-align: center !important;
  }
  .nav-extra .extra-item .extra-name {
    margin-top: 0px;
    padding: 10px 3px 4px 0 !important;
  }
  .single-product section.single-product-top .single-product-info .logistic .arrow-separator {
    margin: 0 8px;
  }
  .single-product section.single-product-top .single-product-info {
    flex: 1;
    padding-left: 55px;
    padding-right: 5vw;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.province, .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.city, .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.piva {
    padding-right: 30px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-orizzontale {
    max-width: 75%;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola {
    width: 100px;
    font-size: 14px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola span {
    font-size: 14px;
  }
}
.filters-nav .filter-nav-top .label span.mobile {
  display: none !important;
}
@media screen and (max-width: 1300px) {
  #popup-block {
    display: flex;
    flex-direction: column;
    min-height: 18vw;
    width: 59vw;
  }
  .filters-nav .filter-nav-top .label span.desktop {
    display: none !important;
  }
  .filters-nav .filter-nav-top .label span.mobile {
    display: block !important;
  }
  .filters-nav .filter-nav-top .filters {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    position: fixed;
  }
  .filters-nav .filter-nav-top .filters.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    position: fixed;
    background: #fff;
    width: calc(100vw - 75px);
    height: auto;
    left: 75px;
    top: 75px;
    z-index: 99999;
    padding: 30px 18vw 75px;
    box-shadow: 2px 10px 13px #00000061;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    position: relative;
    width: calc(100% / 3 - 20px);
    height: 30px;
    justify-content: center;
    margin: 15px 0;
  }
  .close-filters-mobile {
    display: block !important;
    position: absolute;
    bottom: 18px;
    left: 50%;
    transform: translateX(-50%);
    background: #F2EFE8;
    padding: 8px 15px;
    padding-left: 34px;
    cursor: pointer;
    border-radius: 43px;
    font-size: 14px;
  }
  .close-filters-mobile::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    opacity: 0.84;
    background-image: url(./assets/svg/close-dark.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 {
    left: 75px !important;
    top: 75px !important;
    position: fixed !important;
    transform: unset !important;
    width: calc(100% - 75px) !important;
    min-height: 18vw;
    flex-direction: unset;
    padding: 25px 18vw 50px !important;
    flex-flow: row wrap;
    justify-content: flex-start;
    column-gap: unset !important;
    row-gap: unset !important;
    align-content: flex-start;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option {
    width: calc(100% / 3 - 10px);
    min-width: unset;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option:not(:nth-child(3n)), .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option:not(:nth-child(3n)) {
    margin-right: 15px;
  }
}
.doc-filters-container, .doc-filters-container-i {
  display: none;
}
@media screen and (max-width: 1340px) {
  .product-tax-container #products-loop .single-product---loop {
    min-height: 48vw;
  }
}
@media screen and (max-width: 1200px) {
  .single-product section.single-product-bottom h3 {
    font-size: 21px;
    line-height: 33px;
  }
  .doc-filters-container, .doc-filters-container-i {
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 30px;
    flex-direction: column;
  }
  .doc-filters-container .label span, .doc-filters-container-i .label span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .doc-filters-container .doc-filters, .doc-filters-container .doc-filters-i, .doc-filters-container-i .doc-filters, .doc-filters-container-i .doc-filters-i {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background: #fff;
    top: 75px;
    left: 75px;
    width: 100%;
    filter: drop-shadow(2px 10px 13px #00000061);
    transition: opacity 0.33s ease;
    z-index: 9;
    padding: 4vw 38vw 10vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .doc-filters-container .doc-filters.active, .doc-filters-container .doc-filters-i.active, .doc-filters-container-i .doc-filters.active, .doc-filters-container-i .doc-filters-i.active {
    visibility: visible !important;
    opacity: 1 !important;
  }
  .doc-filters-container .doc-filters .orders-filters-wrapper > span, .doc-filters-container .doc-filters .invoices-filters-wrapper > span, .doc-filters-container .doc-filters-i .orders-filters-wrapper > span, .doc-filters-container .doc-filters-i .invoices-filters-wrapper > span, .doc-filters-container-i .doc-filters .orders-filters-wrapper > span, .doc-filters-container-i .doc-filters .invoices-filters-wrapper > span, .doc-filters-container-i .doc-filters-i .orders-filters-wrapper > span, .doc-filters-container-i .doc-filters-i .invoices-filters-wrapper > span {
    font-weight: bold;
    display: block;
    margin-bottom: 11px;
  }
  .doc-filters-container .doc-filters .orders-filters-wrapper:first-child, .doc-filters-container .doc-filters .invoices-filters-wrapper:first-child, .doc-filters-container .doc-filters-i .orders-filters-wrapper:first-child, .doc-filters-container .doc-filters-i .invoices-filters-wrapper:first-child, .doc-filters-container-i .doc-filters .orders-filters-wrapper:first-child, .doc-filters-container-i .doc-filters .invoices-filters-wrapper:first-child, .doc-filters-container-i .doc-filters-i .orders-filters-wrapper:first-child, .doc-filters-container-i .doc-filters-i .invoices-filters-wrapper:first-child {
    margin-bottom: 34px;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper:last-child, .doc-filters-container .doc-filters .invoices-filter-wrapper:last-child, .doc-filters-container .doc-filters-i .orders-filter-wrapper:last-child, .doc-filters-container .doc-filters-i .invoices-filter-wrapper:last-child, .doc-filters-container-i .doc-filters .orders-filter-wrapper:last-child, .doc-filters-container-i .doc-filters .invoices-filter-wrapper:last-child, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper:last-child, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper:last-child {
    margin-top: 11px;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper label, .doc-filters-container .doc-filters .invoices-filter-wrapper label, .doc-filters-container .doc-filters-i .orders-filter-wrapper label, .doc-filters-container .doc-filters-i .invoices-filter-wrapper label, .doc-filters-container-i .doc-filters .orders-filter-wrapper label, .doc-filters-container-i .doc-filters .invoices-filter-wrapper label, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper label, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper label {
    min-width: 23px;
    display: inline-block;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper input, .doc-filters-container .doc-filters .invoices-filter-wrapper input, .doc-filters-container .doc-filters-i .orders-filter-wrapper input, .doc-filters-container .doc-filters-i .invoices-filter-wrapper input, .doc-filters-container-i .doc-filters .orders-filter-wrapper input, .doc-filters-container-i .doc-filters .invoices-filter-wrapper input, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper input, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper input {
    font-family: "KoHo", sans-serif;
    border-radius: 0 !important;
    border-color: #5E5250;
    height: 33px;
    border-width: 1.2px;
  }
  .woocommerce.woocommerce-orders table.shop_table_responsive thead {
    display: none !important;
  }
  .woocommerce.woocommerce-orders table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
  }
  .woocommerce.woocommerce-orders table.shop_table_responsive tr td {
    display: block;
    text-align: right !important;
  }
  .woocommerce.woocommerce-orders table.shop_table_responsive tbody tr:first-child td:first-child {
    border-top: 0;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td {
    padding: 14px 14px;
    font-size: 15px;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status::before, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status::before {
    display: none;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-status .stato {
    padding: 13px 0;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr td:first-child, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr td:first-child {
    padding-left: 14px;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr {
    background-image: none !important;
    background-color: #F5F5F5 !important;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar), .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) {
    -webkit-border-vertical-spacing: 20px;
  }
  header#masthead .cart-section:hover {
    min-width: 210px;
    width: 333px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat {
    width: calc(100% / 2 - 7.5px);
    flex-basis: calc(100% / 2 - 7.5px);
    height: 30vw;
    margin-left: 0;
    margin-right: 0 !important;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat:nth-child(2n) {
    margin-left: 15px !important;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat:nth-child(-n+6) {
    margin-bottom: 15px !important;
  }
  .page-template-template-dashboard #content {
    height: auto;
    min-height: 100vh;
  }
  .page-template-template-dashboard #content .dashboard {
    height: 100%;
    width: 100%;
    padding: 70px 0;
  }
  .cat-box .thumb {
    margin-bottom: 35px;
  }
  .cat-box .thumb img {
    width: 100%;
    height: auto;
    display: block;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available {
    width: calc(100% / 2 - 7.5px);
    flex-basis: calc(100% / 2 - 7.5px);
    height: 30vw;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available:nth-child(2n) {
    margin-left: 15px !important;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available:nth-child(-n+6) {
    margin-bottom: 15px !important;
  }
  .page-template-template-dashboard-agente #content {
    height: auto;
    min-height: 100vh;
  }
  .page-template-template-dashboard #content .dashboard {
    height: 100%;
    width: 100%;
    padding: 70px 0;
  }
  .user-box .thumb {
    margin-bottom: 17px;
  }
  .user-box .thumb img {
    width: 100% !important;
    height: auto;
    display: block;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div .thumb {
    text-align: center;
    width: 77px;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available a > div span.user-name {
    padding: 15px 35px 0;
  }
  .nav-extra {
    justify-content: space-between !important;
  }
  .nav-extra .extra-item {
    width: calc(100% / 2 - 7.5px) !important;
    flex-basis: calc(100% / 2 - 7.5px) !important;
    margin-right: 0 !important;
  }
  .product-tax-container #products-loop .single-product---loop {
    width: calc(100% / 2 - 15px);
    flex-basis: calc(100% / 2 - 15px);
    min-height: 65vw;
  }
  .product-tax-container #products-loop .single-product---loop:not(:nth-child(3n)), .single-product section.single-product-bottom .related-inner .single-product---loop:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .product-tax-container #products-loop .single-product---loop:nth-child(2n), .single-product section.single-product-bottom .related-inner .single-product---loop:nth-child(2n) {
    margin-left: 30px;
  }
  .single-product section.single-product-bottom .related-inner .single-product---loop {
    width: calc(100% / 2 - 15px);
    flex-basis: calc(100% / 2 - 15px);
    min-height: 48vw;
  }
  .single-product section.single-product-top .single-product-info {
    width: 100%;
    flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .single-product section.single-product-top .single-product-thumb {
    max-width: 100%;
    width: 100%;
    flex-basis: 100%;
    height: auto;
    position: relative;
    margin-bottom: 40px;
  }
  .single-product section.single-product-top .single-product-thumb .single-product-images {
    height: auto;
    padding: 0;
  }
  .single-product section.single-product-top .single-product-thumb .single-product-images .single-product-image img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 50vw;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section {
    justify-content: center;
  }
  .single-product section.single-product-top .single-product-info span.product-tax {
    display: none;
  }
  .single-product section.single-product-top span.product-tax-mobile {
    top: 20px;
    left: 20px;
    position: absolute;
    display: inline-block;
    max-width: 35px;
  }
  .single-product section.single-product-top .single-product-info h1.slow-food-tag {
    margin-left: 0;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.province, .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.city, .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div.piva {
    padding-right: 0px;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing {
    padding-right: 48px;
  }
  .page-template-template-anagrafica section.anagrafica > div.shipping {
    padding-left: 40px;
  }
  .woocommerce-checkout .col2-set, .woocommerce-view-order .col2-set {
    max-width: 100%;
    width: 100%;
    padding-right: 0 !important;
  }
  .woocommerce-checkout .col2-set .col-1, .woocommerce-view-order .col2-set .col-1 {
    padding-right: 0 !important;
  }
  .woocommerce-checkout .checkout-content.product-boxed .payment-section, .woocommerce-view-order .checkout-content.product-boxed .payment-section {
    width: 100%;
    flex-basis: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
  }
  .woocommerce-checkout .col2-set .col-2 {
    margin-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .woocommerce-checkout .col2-set .col-2 .fixed-box-2, .woocommerce-view-order .col2-set .col-2 .fixed-box {
    width: 45%;
    flex-basis: 45%;
    margin-top: 30px;
  }
  #place_order {
    position: relative !important;
  }
  .woocommerce-checkout .checkout-content.product-boxed form {
    padding-top: 0 !important;
  }
  .woocommerce-view-order .col2-set .col-1, .woocommerce-view-order .col2-set .col-2 {
    width: 50%;
    flex-basis: 50%;
  }
  .woocommerce-view-order .col-extra > p {
    max-width: 100%;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 {
    max-width: 49vw;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box {
    width: 100%;
    flex-basis: 100%;
  }
  .page-template-template-statistiche .dashboard-top {
    flex-direction: column;
    gap: 10px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi {
    max-width: 300px;
    max-height: 300px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola {
    width: 150px;
  }
  .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-jb_starrating label, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-radio .gfield_label, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-jb_starrating .ginput_container, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-radio .ginput_container {
    width: 50%;
  }
  .clearleft {
    width: 100%;
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .doc-filters-container, .doc-filters-container-i {
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 30px;
    flex-direction: column;
  }
  .doc-filters-container .label span, .doc-filters-container-i .label span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .doc-filters-container .doc-filters, .doc-filters-container .doc-filters-i, .doc-filters-container-i .doc-filters, .doc-filters-container-i .doc-filters-i {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    background: #fff;
    top: 60px;
    left: 60px;
    width: 100%;
    filter: drop-shadow(2px 10px 13px #00000061);
    padding: 4vw 38vw 10vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .doc-filters-container .doc-filters .orders-filters-wrapper > span, .doc-filters-container .doc-filters .invoices-filters-wrapper > span, .doc-filters-container .doc-filters-i .orders-filters-wrapper > span, .doc-filters-container .doc-filters-i .invoices-filters-wrapper > span, .doc-filters-container-i .doc-filters .orders-filters-wrapper > span, .doc-filters-container-i .doc-filters .invoices-filters-wrapper > span, .doc-filters-container-i .doc-filters-i .orders-filters-wrapper > span, .doc-filters-container-i .doc-filters-i .invoices-filters-wrapper > span {
    font-weight: bold;
    display: block;
    margin-bottom: 11px;
  }
  .doc-filters-container .doc-filters .orders-filters-wrapper:first-child, .doc-filters-container .doc-filters .invoices-filters-wrapper:first-child, .doc-filters-container .doc-filters-i .orders-filters-wrapper:first-child, .doc-filters-container .doc-filters-i .invoices-filters-wrapper:first-child, .doc-filters-container-i .doc-filters .orders-filters-wrapper:first-child, .doc-filters-container-i .doc-filters .invoices-filters-wrapper:first-child, .doc-filters-container-i .doc-filters-i .orders-filters-wrapper:first-child, .doc-filters-container-i .doc-filters-i .invoices-filters-wrapper:first-child {
    margin-bottom: 34px;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper:last-child, .doc-filters-container .doc-filters .invoices-filter-wrapper:last-child, .doc-filters-container .doc-filters-i .orders-filter-wrapper:last-child, .doc-filters-container .doc-filters-i .invoices-filter-wrapper:last-child, .doc-filters-container-i .doc-filters .orders-filter-wrapper:last-child, .doc-filters-container-i .doc-filters .invoices-filter-wrapper:last-child, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper:last-child, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper:last-child {
    margin-top: 11px;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper label, .doc-filters-container .doc-filters .invoices-filter-wrapper label, .doc-filters-container .doc-filters-i .orders-filter-wrapper label, .doc-filters-container .doc-filters-i .invoices-filter-wrapper label, .doc-filters-container-i .doc-filters .orders-filter-wrapper label, .doc-filters-container-i .doc-filters .invoices-filter-wrapper label, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper label, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper label {
    min-width: 23px;
    display: inline-block;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper input, .doc-filters-container .doc-filters .invoices-filter-wrapper input, .doc-filters-container .doc-filters-i .orders-filter-wrapper input, .doc-filters-container .doc-filters-i .invoices-filter-wrapper input, .doc-filters-container-i .doc-filters .orders-filter-wrapper input, .doc-filters-container-i .doc-filters .invoices-filter-wrapper input, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper input, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper input {
    font-family: "KoHo", sans-serif;
    border-radius: 0 !important;
    border-color: #5E5250;
    height: 33px;
    border-width: 1.2px;
  }
  .woocommerce-cart section#cart-page .cart-collaterals {
    max-width: calc(100% - 80px - 60px);
  }
  section.omaggi .omaggi-wrapper .omaggi-right {
    width: calc(100% - 80px - 60px);
  }
  .woocommerce.woocommerce-orders table.shop_table_responsive tr td {
    min-height: 51px;
  }
  span.b2b-login {
    display: none;
  }
  .login-heading {
    left: 50% !important;
    transform: translateX(-50%) !important;
  }
  .filters-nav {
    width: 100%;
    max-width: calc(100% - 60px);
    top: 60px;
    left: 60px;
    transform: unset;
  }
  .filters-nav .filter-nav-top .filters.active {
    width: calc(100vw - 60px);
    height: auto;
    left: 60px;
    top: 60px;
    z-index: 99999;
    padding: 30px 10vw 75px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 {
    left: 60px !important;
    top: 60px !important;
    width: calc(100% - 60px) !important;
    min-height: 24vw;
    padding: 25px 10vw 70px !important;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option {
    width: calc(100% / 4 - 10px);
    min-width: unset;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option:not(:nth-child(3n)), .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option:not(:nth-child(4n)), .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option:not(:nth-child(4n)) {
    margin-right: 13.3333px;
  }
  .login-heading {
    position: fixed;
    top: 5px;
    left: 60px;
    z-index: 99999999999999;
    width: auto !important;
    margin-top: 0 !important;
    height: 50px;
  }
  .woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper {
    margin-bottom: 0px;
  }
  .woocommerce-account #content .entry-content .woocommerce .login-heading img {
    height: 50px;
    width: auto;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form {
    padding: 30px;
  }
  header#masthead {
    height: 60px !important;
    left: 60px;
    width: calc(100% - 60px);
  }
  header#masthead .site-branding .site-logo svg {
    height: 40px;
    width: auto;
  }
  .product-boxed:not(.filters-nav), .woocommerce-cart .old_order-wrapper {
    max-width: calc(100% - 80px);
  }
  html body footer#colophon {
    height: 60px !important;
  }
  .woocommerce-account #content {
    height: calc(100vh - 120px);
    min-height: calc(100vh - 120px);
  }
  #main-sidebar {
    width: 60px;
  }
  #main-sidebar #search {
    width: 60px;
    height: 60px !important;
  }
  #main-sidebar #search .search-input {
    width: 55px;
    height: 55px;
  }
  #main-sidebar #main-menu .menu-item {
    height: 60px;
  }
  #main-sidebar #search.active + #main-menu, #main-sidebar #search:hover + #main-menu {
    margin-top: 60px;
  }
  #main-sidebar #logout {
    height: 60px;
  }
  div#page {
    margin-left: 60px;
    margin-top: 60px;
  }
  .is_agent #main-sidebar #main-menu .menu-item:first-child {
    height: 60px !important;
  }
  #main-sidebar #logout::before, #main-sidebar #main-menu .menu-item > span::before {
    width: 55px;
    height: 55px;
  }
  section.omaggi .omaggi-table-tots {
    padding: 15px;
  }
  .omaggi-table-cell.omaggi-table-cell-product {
    max-width: 175px;
  }
  .omaggi-table-cell.omaggi-table-cell-punti, .omaggi-table-cell.omaggi-table-cell-tot-punti {
    width: 105px !important;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form {
    margin-top: 15px;
  }
  .woocommerce-cart section#cart-page .cart-left {
    padding-right: 0;
  }
  .omaggi-table-cell-img {
    display: none !important;
  }
  .omaggi-table-cell-product {
    display: flex !important;
    flex-flow: row wrap;
  }
  .omaggi-table-cell-product::before {
    width: 100%;
    text-align: left;
  }
  .omaggi-table-cell-product .thumb-omaggi-mobile {
    display: inline-flex !important;
    padding-top: 10px;
    width: 30%;
  }
  .omaggi-table-cell-product .thumb-omaggi-mobile a {
    width: 87%;
  }
  .omaggi-table-cell-product .thumb-omaggi-mobile a img {
    width: 100%;
    height: auto;
    display: block;
  }
  .omaggi-table-cell-product .name-box {
    width: 70% !important;
    padding-top: 10px;
  }
  .omaggi-table-cell.omaggi-table-cell-product {
    max-width: 100%;
  }
  tr.omaggi-table-item {
    background: #F5F5F5 !important;
    margin-bottom: 30px !important;
    padding: 15px;
  }
  section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product {
    position: relative;
    padding-left: 15px;
  }
  section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .product-labels .product-cat {
    text-align: left;
  }
  tr.omaggi-table-item td {
    border-top: none;
    padding: 9px 12px !important;
  }
  .omaggi-table-cell.omaggi-table-cell-punti, .omaggi-table-cell.omaggi-table-cell-tot-punti {
    width: 100% !important;
  }
  .page-template-template-omaggi table.shop_table_responsive tr td {
    position: relative;
  }
  .page-template-template-omaggi table.shop_table_responsive tr td:not(.omaggi-table-cell-product)::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  tr.omaggi-table-item {
    display: block;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:first-child, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr td:first-child {
    display: none !important;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr th, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr th {
    display: none !important;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot th + td {
    width: 47vw;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr td.product-name {
    width: 100%;
    padding-right: 20px;
  }
  .woocommerce-checkout .col2-set .col-4 table.shop_table.woocommerce-checkout-review-order-table-omaggi tbody tr td.product-name {
    width: 100%;
  }
  div#order_summary table td::before {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .omaggi-search {
    margin-top: 25px;
  }
  .omaggi-search input {
    width: 51vw;
  }
  #mini-cart {
    display: none !important;
  }
  form.woocommerce-ResetPassword.lost_reset_password {
    width: 81vw;
  }
  .woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper {
    min-width: 81vw !important;
    padding-bottom: 30px !important;
  }
  .woocommerce-cart section#cart-page .cart-collaterals {
    max-width: calc(100% - 60px);
  }
  section.omaggi .omaggi-wrapper .omaggi-right {
    width: calc(100% - 60px);
  }
  .doc-filters-container, .doc-filters-container-i {
    display: flex;
    width: 100%;
    margin-bottom: 2px;
    margin-top: 30px;
    flex-direction: column;
  }
  .doc-filters-container .label span, .doc-filters-container-i .label span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .doc-filters-container .doc-filters, .doc-filters-container .doc-filters-i, .doc-filters-container-i .doc-filters, .doc-filters-container-i .doc-filters-i {
    position: fixed;
    background: #fff;
    top: 60px;
    left: 0px;
    width: 100%;
    filter: drop-shadow(2px 10px 13px #00000061);
    padding: 4vw 38vw 14vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .doc-filters-container .doc-filters .orders-filters-wrapper > span, .doc-filters-container .doc-filters .invoices-filters-wrapper > span, .doc-filters-container .doc-filters-i .orders-filters-wrapper > span, .doc-filters-container .doc-filters-i .invoices-filters-wrapper > span, .doc-filters-container-i .doc-filters .orders-filters-wrapper > span, .doc-filters-container-i .doc-filters .invoices-filters-wrapper > span, .doc-filters-container-i .doc-filters-i .orders-filters-wrapper > span, .doc-filters-container-i .doc-filters-i .invoices-filters-wrapper > span {
    font-weight: bold;
    display: block;
    margin-bottom: 11px;
  }
  .doc-filters-container .doc-filters .orders-filters-wrapper:first-child, .doc-filters-container .doc-filters .invoices-filters-wrapper:first-child, .doc-filters-container .doc-filters-i .orders-filters-wrapper:first-child, .doc-filters-container .doc-filters-i .invoices-filters-wrapper:first-child, .doc-filters-container-i .doc-filters .orders-filters-wrapper:first-child, .doc-filters-container-i .doc-filters .invoices-filters-wrapper:first-child, .doc-filters-container-i .doc-filters-i .orders-filters-wrapper:first-child, .doc-filters-container-i .doc-filters-i .invoices-filters-wrapper:first-child {
    margin-bottom: 34px;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper:last-child, .doc-filters-container .doc-filters .invoices-filter-wrapper:last-child, .doc-filters-container .doc-filters-i .orders-filter-wrapper:last-child, .doc-filters-container .doc-filters-i .invoices-filter-wrapper:last-child, .doc-filters-container-i .doc-filters .orders-filter-wrapper:last-child, .doc-filters-container-i .doc-filters .invoices-filter-wrapper:last-child, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper:last-child, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper:last-child {
    margin-top: 11px;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper label, .doc-filters-container .doc-filters .invoices-filter-wrapper label, .doc-filters-container .doc-filters-i .orders-filter-wrapper label, .doc-filters-container .doc-filters-i .invoices-filter-wrapper label, .doc-filters-container-i .doc-filters .orders-filter-wrapper label, .doc-filters-container-i .doc-filters .invoices-filter-wrapper label, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper label, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper label {
    min-width: 23px;
    display: inline-block;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper input, .doc-filters-container .doc-filters .invoices-filter-wrapper input, .doc-filters-container .doc-filters-i .orders-filter-wrapper input, .doc-filters-container .doc-filters-i .invoices-filter-wrapper input, .doc-filters-container-i .doc-filters .orders-filter-wrapper input, .doc-filters-container-i .doc-filters .invoices-filter-wrapper input, .doc-filters-container-i .doc-filters-i .orders-filter-wrapper input, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper input {
    font-family: "KoHo", sans-serif;
    border-radius: 0 !important;
    border-color: #5E5250;
    height: 33px;
    border-width: 1.2px;
  }
  span.no-omaggi {
    margin-bottom: 40px !important;
    display: block;
  }
  header#masthead::after {
    content: "";
    position: absolute;
    bottom: 0;
    z-index: 999;
    height: 2px;
    width: 100%;
    background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
  }
  #main-sidebar {
    display: none;
  }
  div#page {
    margin-left: 0;
  }
  .boxed {
    max-width: calc(100% - 60px);
  }
  #mobile-navigation {
    display: block !important;
  }
  body:not(.woocommerce-account) .main-header {
    display: none !important;
  }
  header#masthead {
    background-color: #fff;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
  }
  body #mobile-navigation {
    left: auto;
    right: 30px;
    z-index: 9999;
  }
  body #mobile-navigation .menu-button-container {
    left: auto;
    right: 0 !important;
    z-index: 99;
  }
  body.mobile-navigation-open #mobile-navigation .menu-button-container {
    width: auto !important;
  }
  header#masthead .cart-section {
    bottom: 0;
    left: auto;
    width: 100% !important;
    position: fixed;
    height: 60px;
    border-top: 2px solid #5E5250;
  }
  header#masthead .cart-section .cart-header > a .show-cart {
    opacity: 1;
    width: auto;
  }
  header#masthead .cart-section .cart-header .show-cart span {
    font-weight: bold;
    text-transform: uppercase;
  }
  #main-sidebar {
    height: 60px;
    display: flex;
    background-image: unset !important;
  }
  #main-sidebar #main-menu {
    display: none;
  }
  #main-sidebar #logout {
    display: none;
  }
  #main-sidebar #search.active, #main-sidebar #search:hover {
    width: 100vw;
  }
  #main-sidebar #search.active .search-form, #main-sidebar #search:hover .search-form {
    width: calc(100vw - 85px * 2);
    margin-left: 85px;
  }
  svg .fillable-logo {
    fill: #5E5250;
  }
  header#masthead .site-branding {
    background-color: #fff;
    width: 100%;
  }
  .page-template-template-dashboard-agente #main-sidebar {
    display: none !important;
  }
  .page-template-template-dashboard-agente #content .search-customers {
    width: 100%;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available {
    margin-bottom: 15px !important;
  }
  .user-box .thumb img {
    max-height: 60px;
  }
  .user-box {
    justify-content: center !important;
  }
  .cat-box .thumb {
    margin-bottom: 10px;
  }
  .cat-box .thumb img {
    width: 80%;
  }
  .filters-nav {
    max-width: 100%;
    top: 60px;
    left: 0;
  }
  .product-boxed:not(.filters-nav) {
    max-width: calc(100% - 60px);
  }
  body.scrolled .filter-nav-bottom {
    display: none;
  }
  body.scrolled .filters-nav {
    height: 60px;
  }
  body.scrolled .filters-nav .filter-nav-top {
    height: 100%;
  }
  .product-tax-container #products-loop .single-product---loop, .single-product section.single-product-bottom .related-inner .single-product---loop {
    min-height: 73vw;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list {
    padding: 0 30px !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li {
    width: calc(100% / 2 - 7.5px);
    height: 30vw !important;
    background-color: #F2EFE8;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li a {
    position: relative;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    margin-top: 7px;
    text-decoration: none;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li a::after {
    content: "";
    background-image: linear-gradient(to right, #7D766C 33.3%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 7px 2px;
    background-repeat: repeat-x;
    width: 100px;
    transition: all 0.3s ease;
    height: 2px;
    display: inline-block;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .menu-item.icon-home a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/panettone.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .icon-home:before {
    display: none !important;
  }
  .menu-item.icon-cart a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/cart.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-orders a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/orders.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-account a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/user.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-customers a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/clienti.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-back-to-customers a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/clienti-back.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-wishlist a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/wishlist.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-logout a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/logout.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-loison a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/loison.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-orders-agent a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/orders.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .menu-item.icon-back-customers a::before {
    margin-bottom: 15px;
    display: inline-block;
    content: "";
    position: relative;
    background-image: url(./assets/svg/clienti-back.svg);
    width: 100%;
    height: 10vw;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    user-select: none;
  }
  .page-template-template-dashboard #content .dashboard {
    padding: 30px 0;
  }
  html body footer#colophon {
    margin-bottom: 80px;
  }
  #custom_html-3 {
    display: none;
  }
  aside.footer-inner .footer-col:nth-child(2) .textwidget {
    justify-content: flex-start;
  }
  body.is-agent .only-client, body.is-agent .only-agent-client {
    display: none !important;
  }
  body.is-client:not(.is-agent-impersonating-client) .only-agent, body.is-client:not(.is-agent-impersonating-client) .only-agent-client {
    display: none !important;
  }
  body.is-agent-impersonating-client .only-agent {
    display: none !important;
  }
  #mobile-navigation .primary-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .page-template-template-ordini table:not(.ui-datepicker-calendar) tbody tr, .page-template-template-ordini-agente table:not(.ui-datepicker-calendar) tbody tr {
    margin-bottom: 30px;
  }
  header#masthead .main-header span.b2b-login {
    display: none !important;
  }
  .login-heading {
    position: fixed;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }
  .woocommerce-checkout header#masthead .cart-section, .woocommerce-cart header#masthead .cart-section, .page-template-template-omaggi header#masthead .cart-section {
    display: none !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list {
    width: 100%;
  }
  .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-jb_starrating label, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-radio .gfield_label, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-jb_starrating .ginput_container, .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-radio .ginput_container {
    width: 100%;
    padding-left: 0;
  }
  .q-pop-up .q-inner .gform-theme--foundation .gform_fields .gfield--type-jb_starrating {
    margin-bottom: 20px;
  }
  .clearleft-mobile {
    width: 100%;
    display: inline-block;
  }
  .clearleft {
    display: none !important;
  }
}
@media screen and (max-width: 821px) {
  .woocommerce-account #content .entry-content .woocommerce #customer_login {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .page-template-template-omaggi div#page {
    margin-left: 0;
    padding-bottom: 59px;
  }
  #popup-block {
    min-height: 22vw;
    width: 91vw;
  }
  .pagination .page-numbers, .comments-pagination .page-numbers {
    display: flex !important;
  }
  .filters-nav .filter-nav-top .filters.active {
    width: 100%;
    height: auto;
    left: 0;
    top: 60px;
    z-index: 99999;
    padding: 30px 5vw 75px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 {
    left: 0px !important;
    top: 60px !important;
    width: 100% !important;
    min-height: 31vw;
    padding: 25px 5vw 70px !important;
  }
  .woocommerce-view-order .col2-set .col-1, .woocommerce-view-order .col2-set .col-2 {
    width: 100%;
    flex-basis: 100%;
  }
  .woocommerce-view-order .col2-set .col-2 {
    margin-top: 40px;
  }
  .woocommerce-view-order .col-3 #order_review .tfoot .order-info {
    max-width: 100%;
  }
  .woocommerce-account #content {
    height: auto;
    min-height: calc(100vh - 120px);
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login {
    margin-top: 9vw;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .or {
    margin: 13vw 0px 4vw;
  }
  .u-column2.col-2 {
    margin-bottom: 15vw;
  }
}
@media screen and (max-width: 780px) {
  .page-template-template-ordini .orders-top, .page-template-template-ordini-agente .orders-top {
    flex-direction: column;
  }
  .page-template-template-ordini .orders-top .orders-left, .page-template-template-ordini-agente .orders-top .orders-left, .page-template-template-ordini .orders-top .orders-right, .page-template-template-ordini-agente .orders-top .orders-right {
    width: 100%;
    flex-basis: 100%;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tbody tr:not(.cart_item) {
    display: none;
  }
  .page-template-template-anagrafica section.anagrafica > div.billing form .fields > div {
    margin-bottom: 7px;
  }
  .page-template-template-anagrafica section.anagrafica > div.shipping {
    padding-left: 0;
    margin-top: 50px;
  }
  .page-template-template-anagrafica section.anagrafica > div {
    width: 100%;
    flex-basis: 100%;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody .cart_item:not(.wrong_qty) {
    background: #F5F5F5 !important;
    margin-bottom: 30px !important;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td {
    border-top: none;
    padding: 9px 12px;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box {
    flex-direction: row;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box .product-labels .product-cat {
    text-align: left;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-quantity {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-quantity .qty-box {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td input.qty {
    text-align: right;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-remove {
    position: absolute;
    top: 23px;
    transform: translateY(-50%);
    left: 93%;
  }
  td.logistic {
    display: none !important;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box {
    padding-top: 13px;
  }
  .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: unset !important;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody .cart_item:not(.wrong_qty) {
    padding: 15px;
  }
  td.product-name {
    display: flex !important;
    flex-flow: row wrap;
  }
  td.product-name::before {
    width: 100%;
    text-align: left;
  }
  td.product-name .thumb-img-mobile {
    display: inline-flex !important;
    width: 30%;
  }
  td.product-name .thumb-img-mobile a {
    width: 87%;
  }
  td.product-name .thumb-img-mobile a img {
    width: 100%;
    height: auto;
    display: block;
  }
  td.product-name .name-box {
    width: 70% !important;
  }
  .filters-nav .filter-nav-bottom .stock-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin-top: 60px;
  }
  .filters-nav .filter-nav-bottom .stock-info .stock-info-inner {
    display: flex;
    flex-direction: column;
  }
  .filters-nav .filter-nav-bottom .stock-info .stock-info-inner > span {
    margin-top: 10px;
  }
  .filters-nav .filter-nav-bottom .stock-info span.instock, .filters-nav .filter-nav-bottom .stock-info span.outofstock {
    margin-left: 0;
  }
  .product-tax-container.product-boxed {
    padding-top: 55px;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table {
    margin-bottom: 0 !important;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td {
    position: relative;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name .name-box {
    flex-direction: column;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td span, .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-name a {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
  }
  .woocommerce-cart .cart-left table.shop_table_responsive tr td:not(.product-name)::before {
    content: attr(data-title) ": ";
    font-weight: 700;
    float: left;
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody .cart_item:not(.wrong_qty):nth-last-child(2) {
    margin-bottom: 16px !important;
  }
  .yith-wcwl-add-to-wishlist {
    display: none;
  }
  .scheda-tecnica, .infobar-right a, .infobar-right span {
    font-size: 0 !important;
  }
}
.product-tax-container #products-loop .single-product---loop div.element-link.back::before, .single-product section.single-product-bottom .related-inner .single-product---loop div.element-link.back::before {
  border: 2px solid #5E5250 !important;
}
a.button.wc-forward {
  border-radius: 0 !important;
  background: #5E5250 !important;
  color: #fff !important;
}
.woocommerce-message > a.restore-item {
  color: #5E5250 !important;
}
.thumb-img-mobile {
  display: none !important;
}
.thumb-omaggi-mobile {
  display: none !important;
}
.checkout-navbar-mobile {
  display: none !important;
}
.hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .yith-wcwl-add-button > a i, .yith-wcwl-wishlist-new button i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
  margin-right: 8px !important;
}
.mobile-result {
  display: none !important;
}
@media screen and (max-width: 680px) {
  #popup-block {
    min-height: 31vw;
    width: 93vw;
    padding: 25px;
    z-index: 99999999999;
  }
  section.omaggi .scegli-omaggi {
    padding: 0;
    margin: 20px 0;
  }
  .omaggi-search {
    width: 100% !important;
  }
  .omaggi-search span {
    width: 100%;
  }
  .woocommerce-lost-password div#page {
    padding-bottom: 5px !important;
  }
  .omaggi-search input {
    width: 100%;
  }
  .woocommerce-account div#page {
    padding-bottom: 5px !important;
  }
  .woocommerce-cart section#cart-page .cart-collaterals {
    max-width: calc(100% - 30px);
  }
  section.omaggi .omaggi-wrapper .omaggi-right {
    width: calc(100% - 30px);
  }
  section.omaggi .omaggi-table-tots {
    padding: 15px;
    width: 100%;
    height: auto;
  }
  section.omaggi .proceed {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: auto;
  }
  section.omaggi .proceed a {
    padding: 1em;
    font-size: 14px;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table th {
    display: none !important;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table td span {
    font-weight: bold;
    padding-left: 5px;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table {
    justify-content: center;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table td {
    padding-left: 0;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals .wc-proceed-to-checkout {
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals a.checkout-button.button.alt.wc-forward {
    background: #5E5250 !important;
    font-size: 14px;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table {
    padding: 14px;
    width: 100%;
  }
  .woocommerce-account #content .entry-content .woocommerce .woocommerce-notices-wrapper {
    padding-bottom: 0 !important;
    padding-top: 30px;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section .product-quantity {
    margin-left: 8px !important;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot::after, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot::after {
    content: "";
    position: absolute;
    width: 25px;
    right: 0;
    height: 245px;
    background: #F5F5F5;
    bottom: 0;
  }
  .nothing {
    min-height: 101vw;
  }
  .nothing h2 {
    padding: 0 15px;
    text-align: center;
    display: block;
  }
  #main-sidebar #search.active .search-form .search-field, #main-sidebar #search:hover .search-form .search-field {
    font-size: 14px;
    line-height: 16px;
  }
  .mobile-result {
    display: flex !important;
    margin: 25px 0;
  }
  #main-sidebar #search.active .search-form, #main-sidebar #search:hover .search-form {
    width: calc(100vw - 42px * 2);
    margin-left: 67px;
  }
  body.mobile-navigation-open #mobile-navigation .primary-menu-container::-webkit-scrollbar {
    display: none !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list {
    margin-top: 42vw;
    margin-bottom: 22vw;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list::-webkit-scrollbar {
    display: none !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list ul::-webkit-scrollbar {
    display: none !important;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .or {
    margin: 27vw 0px 7vw;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav {
    padding: 0 10px;
    position: relative;
    width: calc(100% / 2 - 20px);
    height: 30px;
    margin: 15px 0;
  }
  .filters-nav .filter-nav-top .filters.active {
    width: 100%;
    height: auto;
    left: 0;
    top: 60px;
    padding: 52px 0 90px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 {
    width: 100% !important;
    min-height: 89vw;
    padding: 25px 5vw 25px !important;
    overflow-y: auto;
    max-height: 123vw;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options::-webkit-scrollbar, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12::-webkit-scrollbar {
    display: none !important;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option, .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option {
    width: calc(100% / 2 - 10px);
    min-width: unset;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option:not(:nth-child(3n)), .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option:not(:nth-child(3n)) {
    margin-right: 0px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option:not(:nth-child(4n)), .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option:not(:nth-child(4n)) {
    margin-right: 0;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options .filter-option:not(:nth-child(2n)), .filters-nav .filter-nav-top .filters .filter-single-nav .filter-options.count12 .filter-option:not(:nth-child(2n)) {
    margin-right: 20px !important;
  }
  .close-filters-mobile.second {
    display: block !important;
    position: relative;
    bottom: unset;
    left: unset;
    transform: unset;
    width: 100%;
    margin: 21px 28vw 0;
  }
  .doc-filters-container > .label {
    margin-left: 13px;
  }
  .doc-filters-container .doc-filters, .doc-filters-container-i .doc-filters-i {
    padding: 9vw 0 29vw 18vw;
  }
  .doc-filters-container .doc-filters .close-filters-mobile.second, .doc-filters-container-i .doc-filters-i .close-filters-mobile.second {
    position: absolute !important;
    display: inline-block !important;
    width: auto !important;
    margin: 0 !important;
    left: 50% !important;
    bottom: 30px !important;
    transform: translateX(-50%) !important;
  }
  .doc-filters-container .doc-filters .orders-filter-wrapper input, .doc-filters-container-i .doc-filters-i .invoices-filter-wrapper input {
    width: 55vw;
  }
  .legenda {
    padding-left: 18px;
  }
  .product-tax-container #products-loop .single-product---loop, .single-product section.single-product-bottom .related-inner .single-product---loop {
    width: 100%;
    flex-basis: 100%;
    margin-left: 0 !important;
    min-height: 141vw;
  }
  .product-tax-container #products-loop .single-product---loop div.element-link .single-product-thumb, .single-product section.single-product-bottom .related-inner .single-product---loop div.element-link .single-product-thumb {
    max-width: 70vw;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between !important;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section .product-quantity, .single-product section.single-product-top .single-product-info .product-cart-section .price {
    margin-left: 0;
    margin-right: 0;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section .price {
    text-align: right;
    width: calc(50% - 15px);
  }
  .single-product section.single-product-top .single-product-info .product-cart-section form {
    width: 100%;
    margin-top: 20px;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section form button {
    width: 100%;
  }
  .boxed {
    max-width: calc(100% - 30px);
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat {
    height: 50vw;
  }
  .dashboard-title {
    font-size: 16px;
    line-height: 22px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat a > div span.cat-title {
    font-size: 16px;
    line-height: 20px;
  }
  .woocommerce-account #content {
    height: auto;
    min-height: 140vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 {
    max-width: 100%;
  }
  .woocommerce-account #content .entry-content .woocommerce {
    max-width: 82vw;
  }
  aside.footer-inner.three-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  html body footer#colophon {
    height: auto !important;
  }
  html body footer#colophon .content-inner .footer-inner .taste-of-italy {
    position: relative;
    right: unset;
    top: unset;
  }
  html body footer#colophon {
    margin-bottom: 17px;
    margin-top: 65px;
  }
  footer#colophon .content-inner .footer-inner .footer-info {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
    margin-top: 10px;
  }
  aside.footer-inner .footer-col:nth-child(2) {
    order: 2;
    flex: unset !important;
  }
  aside.footer-inner .footer-col:nth-child(3) {
    order: 1;
    flex: unset !important;
  }
  .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column1.col-1 form label, .woocommerce-account #content .entry-content .woocommerce #customer_login .u-column2.col-2 form label {
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
  }
  body:not(.woocommerce-cart):not(.woocommerce-checkout) div#page {
    margin-left: 0;
    padding-bottom: 59px;
  }
  .page-template-template-dashboard #content .dashboard .nav-categories .product-cat a:hover > div::before {
    display: none !important;
  }
  #mobile-navigation .primary-menu-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li {
    height: 39vw !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li a {
    padding: 4px 0 !important;
  }
  #mobile-navigation .primary-menu-container #mobile-menu-list li a:hover::after {
    display: none !important;
    opacity: 0.6 !important;
  }
  .notices .woocommerce-message, .search .notices .woocommerce-message {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    order: 1;
    text-align: center;
  }
  .notices .woocommerce-message a, .search .notices .woocommerce-message a {
    order: 2;
    margin-top: 13px;
  }
  .single-product section.single-product-top .single-product-infobar span, .single-product section.single-product-top .single-product-infobar a.scheda-tecnica {
    font-size: 13px;
    padding-left: 30px;
    margin-right: 18px;
  }
  .single-product section.single-product-top .single-product-infobar a.scheda-tecnica {
    margin-right: 19px;
    padding-left: 25px;
  }
  .single-product section.single-product-top .single-product-info .product-cart-section {
    padding: 55px 0 20px;
  }
  .single-product section.single-product-top .single-product-info .logistic > div span {
    font-size: 16px;
    margin-top: 23px;
  }
  .page-template-template-ordini .heading, .page-template-template-ordini-agente .heading {
    display: flex;
    width: 100%;
    flex-basis: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 37px;
    flex-direction: column;
  }
  .navigation {
    margin-top: 6px;
  }
  .woocommerce-cart section#cart-page .cart-left table.shop_table tbody td.product-remove {
    position: absolute;
    top: 23px;
    transform: translateY(-50%);
    left: 84%;
    z-index: 60;
  }
  .woocommerce-cart section#cart-page .cart-collaterals .cart_totals table.shop_table {
    padding: 14px;
  }
  .woocommerce-cart .woocommerce-notices-wrapper, .woocommerce-cart .cart-empty.woocommerce-info {
    max-width: calc(100% - 30px);
    width: 100%;
  }
  p.cart-empty.woocommerce-info {
    max-width: 100% !important;
    margin-bottom: 40px !important;
  }
  p.cart-empty.woocommerce-info {
    max-width: calc(100% - 30px) !important;
    margin-bottom: 40px !important;
  }
  .product-boxed:not(.filters-nav) {
    max-width: calc(100% - 30px) !important;
  }
  section.omaggi .omaggi-table .omaggi-table-cell.omaggi-table-cell-product .name-box .product-labels .product-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: bold;
    /* padding-left: 11px; */
    text-decoration: none;
    text-align: left;
  }
  .omaggi-table-cell-product .name-box {
    padding-left: 10px;
  }
  section.omaggi .omaggi-table-tots .omaggi-table-tot .omaggi-table-tot-label {
    margin-right: 5px;
    font-size: 12px;
  }
  section.omaggi .omaggi-table-tots .omaggi-table-tot .omaggi-table-tot-value span {
    font-size: 14px;
  }
  section.omaggi .proceed span a {
    font-size: 14px;
  }
  section.omaggi {
    margin-bottom: 0;
  }
  .page-template-template-omaggi div#page {
    padding-bottom: 104px !important;
  }
  tr.omaggi-table-item:last-child {
    margin-bottom: 0 !important;
  }
  .omaggi-table {
    margin-bottom: 0 !important;
  }
  .woocommerce-checkout .col2-set .col-2 .fixed-box-2, .woocommerce-view-order .col2-set .col-2 .fixed-box {
    width: 100%;
    flex-basis: 100%;
    margin-top: 30px;
  }
  .woocommerce-checkout .col2-set .col-2 .riferimento-box, .woocommerce-view-order .col2-set .col-2 .riferimento-box {
    padding-right: 15px;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot th + td {
    width: 100%;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr, .woocommerce-view-order .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr {
    border: none;
    padding: 10px 1px;
    position: relative;
  }
  .woocommerce-checkout .col2-set .col-3 table.shop_table.woocommerce-checkout-review-order-table tfoot tr::before {
    width: 94% !important;
  }
  #order_summary tr {
    display: flex !important;
  }
  .woocommerce-checkout .col2-set .col-4, .woocommerce-view-order .col2-set .col-4 {
    width: 100%;
    flex-basis: 100%;
    margin-top: 15px;
  }
  .woocommerce-checkout .col2-set .col-5, .woocommerce-view-order .col2-set .col-5 {
    width: 100%;
    flex-basis: 100%;
    margin-top: 2px;
  }
  ul.checkout-navbar.product-boxed {
    display: none !important;
  }
  .checkout-navbar-mobile {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
  }
  .checkout-navbar-mobile .current-page {
    width: 70vw;
    height: 40px;
    background: #dae5dd;
    margin: 0 0px;
    border: 2px solid #5E5250;
  }
  .checkout-navbar-mobile .current-page span {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
  }
  .checkout-navbar-mobile .arrow-page {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border: 2px solid #5E5250;
  }
  .checkout-navbar-mobile .arrow-page a {
    display: block;
  }
  .checkout-navbar-mobile .arrow-page a span {
    width: 18px;
    height: 18px;
    display: block;
    transform: rotate(-45deg);
    border-left: 2px solid #5E5250;
    border-top: 2px solid #5E5250;
  }
  .checkout-navbar-mobile .arrow-page a span.next {
    transform: rotate(135deg);
    margin-left: -7px;
  }
  .checkout-navbar-mobile .arrow-page a span.back {
    margin-right: -5px;
  }
  .checkout-navbar-mobile .arrow-page.next {
    border-left: none;
  }
  .checkout-navbar-mobile .arrow-page.prev {
    border-right: none;
  }
  .page-template-template-omaggi {
    padding-top: 30px;
  }
  .page-template-template-dashboard-agente #content .dashboard {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    padding-top: 30px;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available {
    width: 100%;
    flex-basis: 100%;
    height: 53vw;
    margin-left: 0 !important;
  }
  .page-template-template-dashboard-agente #content .dashboard .nav-customers .user-available:nth-child(2n) {
    margin-left: 0 !important;
  }
  body.page-template-template-dashboard-agente div#page {
    padding-bottom: 0 !important;
  }
  .filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option a {
    line-height: 14px;
  }
  .filters-nav .filter-nav-top .filters > .filter-single-nav > .filter-option {
    width: auto;
    height: 34px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav .filter-label {
    height: 34px;
  }
  .filters-nav .filter-nav-top .filters .filter-single-nav {
    height: 34px;
  }
  .nav-extra .extra-item {
    width: 100% !important;
    flex-basis: 100% !important;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) div.img, .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) img, .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) .dashboart-counter {
    width: 100%;
    flex-basis: 100%;
    gap: 10px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi {
    max-width: 200px;
    max-height: 200px;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia.freccia-orizzontale {
    max-width: 65%;
  }
  .single-product section.single-product-top .single-product-thumb #fetta-punti-attivi .single-freccia .parola {
    width: 100px;
  }
  .q-pop-up .q-inner {
    padding: 30px 20px;
    width: 90vw;
  }
  .gfield_radio {
    display: flex !important;
    flex-direction: row !important;
  }
}
.media-print, .media-print-bottom {
  display: none;
}
.page-template-template-statistiche .print {
  width: 60px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border: 1px solid #dddddd;
  border-radius: 5px;
  cursor: pointer;
}
.page-template-template-statistiche .print img {
  width: 30px;
  height: auto;
}
.page-template-template-statistiche .stats-type-filter {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print {
  @page {
    @bottom-center {
      content: counter(page) " / " counter(pages);
      margin: 0 0 20mm 0;
    }
  }
  .notice-download-statistiche {
    display: flex !important;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
  }
  .media-print {
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
  }
  .media-print .logo img {
    width: 120px;
    height: auto;
  }
  .media-print-bottom {
    display: flex;
    padding: 0 20px;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 50px;
  }
  .current-name {
    position: relative !important;
  }
  .dasboard-wrapper .media-print {
    page-break-before: always !important;
    padding-top: 50px;
  }
  .page-template-template-statistiche #main-sidebar {
    display: none !important;
  }
  .page-template-template-statistiche header {
    display: none !important;
  }
  .page-template-template-statistiche div#page {
    margin-left: 0 !important;
    margin-top: 50px !important;
  }
  .page-template-template-statistiche .dashboard-top {
    display: none !important;
  }
  .page-template-template-statistiche #immagine-social {
    display: none !important;
  }
  .page-template-template-statistiche .img {
    display: none !important;
  }
  .page-template-template-statistiche footer {
    display: none !important;
  }
  .page-template-template-statistiche .dashboart-counter {
    display: none !important;
  }
  .page-template-template-statistiche .dasboard-wrapper {
    display: block !important;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(8) {
    justify-content: center !important;
  }
  .boxed {
    max-width: 100vw !important;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box {
    width: 100%;
    page-break-inside: avoid !important;
    margin-bottom: 0 !important;
    height: 380px !important;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(2) {
    padding-top: 75px;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(4) {
    text-align: center;
    padding-top: 50px;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(5) {
    padding-top: 120px;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box:nth-child(7) {
    padding-top: 50px;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box > span {
    width: 100%;
    text-align: center;
    page-break-after: avoid !important;
  }
  .page-template-template-statistiche .dasboard-wrapper .dashboard-box > div {
    page-break-before: avoid !important;
    page-break-after: avoid !important;
    width: 750px !important;
  }
  .chart1-filters, .chart2-filters, .chart3-filters, #stats-type-filters, .most-ordered-filters {
    justify-content: center !important;
  }
  @page {
    margin: 0 0 10mm 0 !important;
    margin-left: 10px !important;
    size: A4;
  }
}
footer#colophon {
  height: 90px !important;
}
footer#colophon .content-inner {
  height: 100%;
}
footer#colophon .content-inner .footer-inner {
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 30px 0 40px;
}
footer#colophon .content-inner .footer-inner .footer-info {
  font-size: 13px;
  line-height: 15px;
}
footer#colophon .content-inner .footer-inner .taste-of-italy {
  display: flex;
  justify-content: flex-end;
  position: fixed;
  right: 17px;
  top: calc(100vh - 55px);
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translateY(-50%);
  height: 19px;
  background: #5E5250;
  width: 1px;
}
.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-list-horizontal li {
  position: relative;
}
