@charset "UTF-8";
.inner-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767px) {
  #page {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.lobibox {
  box-shadow: none !important;
}
.lobibox.lobibox-window {
  border: 0;
}
.lobibox.lobibox-window .lobibox-body {
  background: transparent !important;
  border: 0;
}
.lobibox.lobibox-window .lobibox-header {
  background: transparent;
}
.lobibox.lobibox-window .lobibox-header .btn-close {
  bottom: -70px;
  right: 15px;
  margin-right: 0;
  color: #666666;
  z-index: 15;
  position: relative;
  /*text-indent: -99999px;*/
  font-size: 60px;
  height: 40px;
}
.lobibox.lobibox-window h3 {
  font-size: 21px;
  line-height: 22px;
  padding: 5px 10px;
}

.lobibox-notify .lobibox-notify-info {
  background-color: #fe0000 !important;
  border-color: #fe0000 !important;
}
.lobibox-notify .lobibox-notify-icon > div > img {
  border-radius: 0;
}
.lobibox-notify .lobibox-notify-title {
  margin-top: 0px;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.lobibox-notify .lobibox-notify-msg {
  line-height: 15px;
  margin-top: 0px;
}

ul, ol {
  padding-left: 0;
  margin: 0;
}

.classic-header.bg-behind-menu .navigation:before,
.classic-header.full-width-line .navigation:before {
  padding: 0 !important;
  margin: 0 !important;
}

.mobile-lang-selector {
  display: none;
}

@media (max-width: 767px) {
  .mobile-branding {
    height: 86px;
    width: 86px;
  }

  .masthead.full-width, .masthead.mixed-header {
    padding: 15px !important;
  }

  .mobile-lang-selector {
    display: flex;
    justify-content: right;
    position: absolute;
    right: 0;
    top: -5px;
  }
  .mobile-lang-selector i {
    width: 26px;
    height: 16px;
  }

  .mobile-navigation {
    display: flex;
    margin-top: 30px;
    width: 90px;
    justify-content: flex-end;
    position: absolute;
    bottom: 20px;
    right: 0;
  }

  .dt-mobile-menu-icon {
    order: 2;
    margin-left: 16px !important;
  }

  .dt-mobile-search-icon {
    display: block;
    height: 33px;
    width: 33px;
    order: 1;
  }
  .dt-mobile-search-icon .search-icon {
    background: url(../../img/lente.png);
    background-size: contain;
    display: block;
    height: 33px;
    width: 33px;
    cursor: pointer;
    background-repeat: no-repeat;
  }

  .masthead.full-width,
.masthead.mixed-header {
    padding: 15px !important;
  }

  .display-xs {
    display: block;
  }

  .hide-xs {
    display: none;
  }

  #main {
    padding: 0;
  }

  .logo-header {
    max-height: 67px;
  }

  .page-title {
    padding: 0px 15px !important;
  }
  .page-title .wf-wrap {
    padding: 0;
  }
  .page-title .wf-container-title, .page-title #fancy-header .wf-wrap {
    padding: 10px 0 0 0 !important;
  }
  .page-title .address-negozio h4 {
    font-size: 14px;
    text-align: left;
  }
  .page-title .riga {
    font-size: 14px;
    text-align: left;
    margin-top: 0;
  }
  .page-title .riga span {
    font-size: 14px;
    text-align: left;
  }

  .breadcrumbs li:first-child {
    display: none;
  }
  .breadcrumbs li:nth-child(1) > a:before {
    display: none;
  }

  .sidebar-right .content {
    padding: 0 15px;
  }
}
.top-header .main-nav.level-arrows-on > li.has-children > a .menu-text {
  padding-right: 15px !important;
}

@media (min-width: 959px) {
  .has-children:hover {
    background: #ffffff;
    color: #fe0000;
  }
  .has-children:hover .menu-item-text:before {
    display: none;
  }
}
html:lang(it-IT) .main-nav.mdpi-nav {
  display: none !important;
}
html:lang(it-IT) .main-nav.hdpi-nav {
  display: flex !important;
}

.sub-nav {
  left: 0px !important;
  box-shadow: none !important;
}

@media (min-width: 959px) {
  html:lang(it-IT) .main-nav.mdpi-nav {
    display: flex !important;
  }
  html:lang(it-IT) .main-nav.hdpi-nav {
    display: none !important;
  }
  .main-nav > li {
    position: unset !important;
  }
  .main-nav {
    position: relative !important;
  }
  .sub-nav {
    left: 0 !important;
    padding: 1vw !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-bottom: 4px solid #fe0000;
  }
  .sub-nav li {
    grid-row-gap: 30px;
    grid-gap: 30px;
  }
  li:not(.dt-mega-menu) .sub-nav {
    width: 100% !important;
    max-width: 1400px;
  }
  body.phantom-on .sub-nav {
    left: -14.5vw !important;
  }
}
.popup_cart,
.head_widget_cart {
  display: none;
  position: absolute;
  top: 77px;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 10px;
  border-radius: 8px;
  box-shadow: 3px 3px 18px -2px rgba(0, 0, 0, 0.18);
  z-index: 20;
  flex-direction: row;
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  opacity: 0;
}
@media (max-width: 767px) {
  .popup_cart,
.head_widget_cart {
    top: auto;
  }
}
.popup_cart:before,
.head_widget_cart:before {
  content: " ";
  display: block;
  width: 100%;
  height: 31px;
  position: absolute;
  background: transparent;
  top: -30px;
  left: -2px;
}
.popup_cart:after,
.head_widget_cart:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -10px;
  left: 50px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent rgba(255, 255, 255, 0.95) transparent;
}
.popup_cart img,
.head_widget_cart img {
  border: 1px solid #dddddd;
}
.popup_cart .cart-details,
.head_widget_cart .cart-details {
  width: 80%;
}
.popup_cart .price,
.head_widget_cart .price {
  display: block;
  text-align: right;
}
.popup_cart h3,
.head_widget_cart h3 {
  font-size: 18px;
  margin-bottom: 0 !important;
}
.popup_cart .grantotal,
.head_widget_cart .grantotal {
  position: absolute;
  top: 21px;
  right: 15px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}
.popup_cart ul li,
.head_widget_cart ul li {
  display: flex;
  font-size: 16px !important;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 10px;
  margin: 10px 0;
  z-index: 20;
}
.popup_cart ul li .image,
.head_widget_cart ul li .image {
  width: 20%;
}
.popup_cart ul li .cart-details,
.head_widget_cart ul li .cart-details {
  color: #000000;
  padding: 10px;
  position: relative;
}
.popup_cart ul li .cart-details .remove_cart_item,
.head_widget_cart ul li .cart-details .remove_cart_item {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup_cart ul li .cart-details h6,
.head_widget_cart ul li .cart-details h6 {
  font-size: 18px !important;
  margin-bottom: 5px !important;
  line-height: 18px !important;
  max-width: 80%;
}
.popup_cart .checkout_action_btn,
.head_widget_cart .checkout_action_btn {
  background: #000000;
  padding: 15px 40px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: block;
  border-radius: 3px;
}
.popup_cart .checkout_action_btn:hover,
.head_widget_cart .checkout_action_btn:hover {
  background: #fe0000;
}

.popup_cart {
  opacity: 1;
  display: block;
  padding: 26px 20px;
  z-index: 13;
  top: 0;
}
.popup_cart .grantotal {
  top: 30px;
  right: 70px;
}
.popup_cart:before {
  content: "";
  display: none;
}

.but_find {
  display: flex;
}
@media (max-width: 767px) {
  .but_find {
    display: none;
  }
}
.but_find p {
  display: flex;
}
.but_find .btn {
  margin: 0;
  height: 52px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .but_find .btn {
    height: auto;
  }
}
.but_find #btn_cart {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .mobile-mini-widgets-in-menu .but_find {
    display: block;
  }
}
.ajax-cart > li {
  /*padding-bottom: 20px;*/
}
@media (max-width: 767px) {
  .ajax-cart > li {
    padding-bottom: 0;
  }
}
@media (min-width: 767px) {
  .ajax-cart {
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .ajax-cart .btn {
    border-radius: 0;
  }
}
.ajax-cart #btn_cart {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  color: #ffffff;
}
.ajax-cart #btn_cart i {
  transition: all 0.5s ease-in;
}
@media (max-width: 767px) {
  .ajax-cart #btn_cart i:last-child {
    position: absolute;
    right: 0;
  }
}
.ajax-cart #btn_cart small {
  font-size: 75%;
  line-height: 8px;
  padding: 3px;
  margin-left: 10px;
}
.ajax-cart #btn_cart span {
  display: block;
  text-transform: uppercase;
  font-size: 10px !important;
}
.ajax-cart > li:hover .icon-right-open {
  transform: rotate(90deg);
}
.ajax-cart > li:hover .head_widget_cart {
  display: flex;
  opacity: 1;
}

@keyframes slideDown {
  0% {
    transform: translateY(20%);
  }
  /*50%{
    transform: translateY(8%);
  }
  65%{
    transform: translateY(-4%);
  }
  80%{
    transform: translateY(4%);
  }
  95%{
    transform: translateY(-2%);
  }
  100% {
    transform: translateY(0%);
  }*/
}
@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(20%);
  }
  /*50%{
    -webkit-transform: translateY(8%);
  }
  65%{
    -webkit-transform: translateY(-4%);
  }
  80%{
    -webkit-transform: translateY(4%);
  }
  95%{
    -webkit-transform: translateY(-2%);
  }*/
  100% {
    -webkit-transform: translateY(0%);
  }
}
#cart_mobile {
  display: none;
}

@media (max-width: 767px) {
  #cart_mobile {
    display: block;
  }
}
.lobibox-body .remove_cart_item {
  display: none;
}
.lobibox-body .price {
  display: block;
  text-align: right;
  position: absolute;
  top: 6px;
  width: 100%;
  right: 10px;
}

.navigation {
  background: #2a2a2a;
  margin-top: 0;
}

.header-bar {
  max-width: 100% !important;
  margin: 0;
  padding: 0;
  min-height: initial !important;
}
.header-bar .branding {
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.header-bar .branding .payoff {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 17px 0 0 20px;
}
.header-bar .branding .payoff p {
  margin-bottom: 0;
}
.header-bar .branding .payoff img {
  max-height: 95px;
  width: auto;
}
.header-bar .branding .logo img {
  max-width: 95px;
  max-height: 95px;
}
.header-bar .but_find {
  margin-top: 0 !important;
  align-items: center;
}
.header-bar .but_find .btn {
  margin: 0;
  height: 50px;
  display: flex;
  font-size: 18px;
  align-items: center;
  background: #ff0000;
}

#phantom .logo-box, #phantom .phantom-top-line-logo, .phantom-sticky.sticky-on .masthead:not(.side-header) .branding > a, .phantom-sticky.sticky-on .masthead:not(.side-header) .branding > img {
  margin: 0 !important;
}

.language-switcher {
  padding: 0 10px;
  z-index: 550;
}
.language-switcher i {
  width: 31px;
  height: 21px;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .language-switcher i {
    width: 29px;
    height: 19px;
  }
}
.language-switcher a {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
}
@media (max-width: 767px) {
  .language-switcher a {
    font-size: 0.875rem;
  }
}
.language-switcher li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 14px;
}
@media (max-width: 767px) {
  .language-switcher li {
    padding: 25px;
  }
}
.language-switcher li ul {
  display: none;
  position: absolute;
  width: 90px;
  top: 30px;
  background: #ffffff;
  left: 0;
  z-index: 10;
}
@media (max-width: 767px) {
  .language-switcher li ul li {
    padding: 14px;
  }
}
.language-switcher li.selected {
  padding-right: 20px;
}
.language-switcher li.selected:after {
  position: absolute;
  right: 0;
  content: "";
  font-size: 18px;
  background: transparent;
  font-family: "fontawesome";
}
.language-switcher li.selected:hover ul {
  display: block;
  position: absolute;
  top: 45px;
}
.language-switcher li.selected:hover ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 5px;
  z-index: 505;
}
.language-switcher li.selected:hover ul li a {
  color: #000;
  font-size: 16px;
}
.language-switcher li.selected:hover ul li a i {
  width: 28px;
  height: 18px;
  margin-right: 10px;
}
.language-switcher li.selected:hover ul li:last-child {
  margin-bottom: 0;
}

.page-template-template-microsite #main > .wf-wrap,
.page-template-template-microsite #bottom-bar > .wf-wrap,
.page-template-template-microsite #footer > .wf-wrap,
.page-template-template-microsite .wf-wrap,
.page-template-template-microsite #phantom.full-width .ph-wrap {
  max-width: 1200px;
  padding: 0;
}

.mobile-main-nav .next-level-button {
  background: none !important;
}

.mobile-main-nav .next-level-button:after {
  font-family: "FontAwesome";
  content: "";
  color: #ffffff;
  font-size: 24px;
  font-style: normal;
  transform: none !important;
}

.mobile-main-nav li.has-children.open-sub > .next-level-button,
.mobile-main-nav li.has-children.open-sub > .next-level-button:after {
  font-family: "FontAwesome";
  content: "";
  transform: none !important;
}

.loader {
  display: inline-block;
  width: 50px;
  height: 50px;
  position: relative;
  border: 4px solid #f30000;
  top: 50%;
  animation: loader 3s infinite ease;
}
.loader .logo {
  display: block;
  height: 50px;
  width: 50px;
  position: absolute;
  top: -5px;
  left: -5px;
  z-index: 9;
  animation: loader 3s infinite ease;
}
.loader .logo .logo-text-1 {
  font-family: "Impact";
  font-weight: 300;
  font-size: 26px;
  color: #fff;
  display: block;
  text-align: center;
  width: 50px;
  position: absolute;
  top: 0;
}
.loader .logo .logo-text-2 {
  font-family: "Impact";
  font-weight: 300;
  font-size: 21px;
  display: block;
  width: 50px;
  text-align: center;
  position: absolute;
  top: 22px;
  color: #fff;
  border-bottom: 1px solid #ffffff;
}

.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #f30000;
  animation: loader-inner 2s infinite ease-in;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  100% {
    height: 0%;
  }
}
.wrapper-loader {
  /*margin: 30px;
  padding: 30px;*/
  width: 100%;
  display: flex;
  flex-direction: column;
}
.wrapper-loader .wrapper-cell {
  display: flex;
  margin-bottom: 6px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.wrapper-loader .animated-background, .wrapper-loader .text-line, .wrapper-loader .image {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #F6F6F6;
  background: linear-gradient(to right, #F6F6F6 8%, #F0F0F0 18%, #F6F6F6 33%);
  background-size: 800px 104px;
  height: 96px;
  position: relative;
}
.wrapper-loader .image {
  height: 17px;
  width: 17px;
}
.wrapper-loader .text {
  margin-left: 7px;
}
.wrapper-loader .text-line {
  height: 5px;
  width: 140px;
  margin: 0 0 5px 0;
}

.cart-widget .animated-background, .cart-widget .wrapper-loader .image, .wrapper-loader .cart-widget .image, .cart-widget .wrapper-loader .text-line, .wrapper-loader .cart-widget .text-line {
  background: #cecece;
}

.content-prodotto-image {
  position: relative;
}
.content-prodotto-image .badge_natale {
  position: absolute;
  top: -30px;
  right: -32px;
  z-index: 8;
}
@media (max-width: 767px) {
  .content-prodotto-image .badge_natale {
    top: -20px;
    right: -10px;
  }
}
.content-prodotto-image .badge_natale img {
  width: 170px;
}
@media (max-width: 767px) {
  .content-prodotto-image .badge_natale img {
    width: 90px;
  }
}

.tabella-articolo-lista {
  display: block;
  clear: both;
  margin-top: 40px;
  border-top: 0 !important;
  border-bottom: 0 !important;
  table-layout: fixed;
}
.tabella-articolo-lista tbody,
.tabella-articolo-lista thead {
  display: table;
}
.tabella-articolo-lista td {
  vertical-align: middle;
  line-height: 5px;
  padding: 0 !important;
  border: 0 !important;
  font-size: 11px;
}
.tabella-articolo-lista td table {
  width: 100%;
  display: block;
  max-width: 100%;
}
.tabella-articolo-lista a {
  text-decoration: none;
  font-weight: 600;
  color: #000;
}
.tabella-articolo-lista .col-1,
.tabella-articolo-lista .col-2,
.tabella-articolo-lista .col-3 {
  padding: 8px !important;
  line-height: 14px;
}
.tabella-articolo-lista .col-1 a,
.tabella-articolo-lista .col-2 a,
.tabella-articolo-lista .col-3 a {
  color: #5a5a5a;
}
.tabella-articolo-lista .col-1 a:hover,
.tabella-articolo-lista .col-2 a:hover,
.tabella-articolo-lista .col-3 a:hover {
  color: #fe0000;
}
.tabella-articolo-lista .col-1 {
  width: 40%;
}
.tabella-articolo-lista .col-2 {
  width: 45%;
}
.tabella-articolo-lista .col-3 {
  width: 15%;
}
.tabella-articolo-lista h3.brand-title-product-list {
  font-weight: bolder !important;
}

.navigation {
  clear: both;
  margin-top: 15px;
}
.navigation .wp-paginate {
  float: right;
}
.navigation .wp-paginate .current {
  background: #fe0000 !important;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border-color: #fff;
}

.paginator {
  background: #f5f5f5;
  padding: 10px 10px 0 10px;
  margin: 20px auto !important;
  clear: both;
  overflow: hidden;
  display: block;
  width: 100%;
  min-height: 56px;
}
@media (max-width: 767px) {
  .paginator a:not(.button-load-more) {
    padding: 3px 7px;
    margin: 0;
    font: 600 14px/20px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
  }
}

.filter {
  margin: 0 !important;
}
.filter .filtra_prodotti .filter_ecommerce {
  font-size: 13px;
  font-weight: 300;
  padding-left: 5px;
  padding-right: 5px;
  text-decoration: none;
}
.filter .filtra_prodotti .filter_ecommerce.act {
  color: #f30000;
  font-weight: 400;
}
@media (max-width: 767px) {
  .filter .filtra_prodotti {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .filter {
    margin-top: 20px !important;
  }
}
.filter .view-switch {
  position: absolute;
  right: 10px;
  top: -10px;
}
@media (max-width: 767px) {
  .filter .view-switch {
    display: none;
  }
}
.filter .view-switch li {
  display: inline-block;
  list-style: none;
  margin: 5px;
}
.filter .view-switch li a {
  color: #c5c5c5;
}
.filter .view-switch li a:hover, .filter .view-switch li a.selected {
  color: #000;
}
.filter a.act * {
  color: #fff !important;
}
.filter .filter-description {
  -webkit-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 0px 5px 0px rgba(0, 0, 0, 0.2);
  background: #F5F5F5;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.filter .filter-description p {
  font-size: 13px;
  line-height: 17px;
}
.filter .filter-tipologia {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .filter .filter-tipologia {
    grid-template-columns: repeat(2, 1fr);
  }
}
.filter .filter-tipologia a {
  text-decoration: none;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  margin-right: 4px;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  display: inline-block;
  margin-bottom: 10px;
  padding: 8px 0;
  align-items: center;
  display: flex;
  justify-content: center;
}
.filter .filter-tipologia a small {
  margin-left: 5px;
}
.filter .filter-tipologia a img {
  margin-right: 5px;
}
.filter .filter-tipologia a:hover, .filter .filter-tipologia a.act {
  background: #fe0000;
  color: #fff;
  border-bottom: 1px solid #fe0000;
}
.filter .filter-tipologia a:hover i, .filter .filter-tipologia a.act i {
  color: #fff !important;
}
.filter .icon-tipologia {
  top: 3px;
  position: relative;
  margin-right: 5px;
}

.product-post-item {
  border-top: 1px dashed #CCC;
  display: flex;
  flex-direction: row;
}
@media (max-width: 767px) {
  .product-post-item {
    flex-direction: column;
    padding-top: 5px;
  }
}
.product-post-item .entry-title {
  text-transform: uppercase;
  line-height: 1.2em;
}
.product-post-item .negozio-def {
  position: absolute;
  right: 0;
  top: 30px;
}
@media (max-width: 767px) {
  .product-post-item .negozio-def {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
  }
  .product-post-item .negozio-def .indirizzo .text {
    float: none;
    clear: both;
    margin: 10px 0;
    line-height: 20px;
  }
}
.product-post-item .negozio-def i {
  color: #fff;
  background: #FE0000;
  width: 20px;
  height: 20px;
  display: block;
  text-align: center;
  border-radius: 10px;
  line-height: 20px;
  float: left;
  margin-right: 5px;
}
.product-post-item h3 {
  margin-bottom: 0;
  width: 54%;
}
.product-post-item h3 a {
  font-size: 18px;
}
@media (max-width: 767px) {
  .product-post-item h3 a {
    font-weight: 600;
    font-size: 15px;
  }
}
.product-post-item .sku {
  font-size: 13px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .product-post-item .sku {
    margin-top: 5px;
    display: block;
    font-size: 11px;
  }
}
.product-post-item .prezzo {
  font-size: 17px;
  color: #FE0000;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .product-post-item .prezzo {
    margin-top: 10px;
  }
}
.product-post-item .prezzostrike {
  display: block;
  margin-bottom: -5px;
}
.product-post-item .prezzostrike s {
  font-size: 14px;
  color: #000000;
  font-style: initial;
}
.product-post-item .tipologia {
  margin-top: 8px;
}
.product-post-item .description-item {
  margin-top: 10px;
  line-height: 1.4em;
  font-family: "Open Sans", sans-serif;
}
.product-post-item p {
  font-size: 14px;
  padding-right: 30px;
}
@media (max-width: 767px) {
  .product-post-item p {
    line-height: 1.4em;
    clear: both;
    width: 100%;
  }
}
.product-post-item .button-bar {
  justify-content: flex-end;
  flex-basis: 100%;
  margin-top: -15px;
}
.product-post-item .details_separator {
  margin: 0 10px;
}
.product-post-item .details.addtocart {
  margin: 10px;
  background: #FE0000;
  padding: 0 10px;
  color: #fff !important;
  min-height: 40px;
  white-space: nowrap;
  /*flex: 1;
  max-width: 160px;*/
  font: normal 600 14px/40px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease;
}
@media (max-width: 767px) {
  .product-post-item .details.addtocart {
    line-height: 16px !important;
  }
}
.product-post-item .details.addtocart i {
  margin-right: 15px;
}
.product-post-item .details.addtocart:after {
  content: " ";
  background: transparent;
}
.product-post-item .details.more-link, .product-post-item .details.phone-link {
  margin: 10px;
  display: flex;
  justify-content: center;
  background: #FE0000;
  padding: 0 10px;
  color: #fff;
  /*max-width: 160px;*/
  min-width: 180px;
  /*flex: 1;*/
  font: normal 600 14px/40px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  border-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease;
  text-align: center;
}
@media (max-width: 767px) {
  .product-post-item .details.more-link, .product-post-item .details.phone-link {
    width: 100%;
  }
}
.product-post-item .details.more-link span, .product-post-item .details.phone-link span {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-post-item .details.more-link span:after, .product-post-item .details.more-link span::before, .product-post-item .details.phone-link span:after, .product-post-item .details.phone-link span::before {
  color: white;
  content: "";
  font-family: "fontawesome";
  background: transparent;
  font-weight: 300;
  height: 100%;
}
.product-post-item .details.more-link span:after, .product-post-item .details.phone-link span:after {
  content: "";
}
.product-post-item .details.more-link:after, .product-post-item .details.phone-link:after {
  display: none;
}
.product-post-item .details.more-link:hover, .product-post-item .details.phone-link:hover {
  color: #FFF !important;
  background: #000;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 760px) {
  .product-post-item .details.more-link {
    min-width: 90px;
  }
}
.product-post-item .details.phone-link {
  cursor: pointer;
}
.product-post-item .details.phone-link span::before {
  content: "";
}
.product-post-item .details.ecommerceactive {
  background: #666666;
  color: #ffffff;
  margin-right: 15px;
}
.product-post-item .details::after {
  right: 13px;
  top: 1px;
  color: #FFF;
}
.product-post-item .blog-media {
  padding: 30px 0 0 0 !important;
  /*width: 28%;*/
  display: flex;
  /*    align-items: center;*/
  flex: 0 0 28%;
  position: relative;
}
.product-post-item .blog-media i {
  height: 175px;
}
.product-post-item .blog-media .reservation_label {
  display: block;
  position: absolute;
  background: #666666;
  opacity: 0.75;
  color: #ffffff;
  font-weight: 600;
  bottom: 50px;
  padding: 2px 10px;
  font-size: 0.75em;
  width: 100%;
  text-align: center;
}
@media (max-width: 767px) {
  .product-post-item .blog-media {
    padding: 0 !important;
    margin-top: 10px;
    align-items: unset;
    flex: 0 0 40%;
  }
  .product-post-item .blog-media a {
    margin: 0 !important;
  }
}
.product-post-item .blog-content {
  padding-left: 0;
  padding: 30px 0 30px 30px !important;
  vertical-align: middle;
  flex: 0 0 70%;
}
@media (max-width: 767px) {
  .product-post-item .blog-content {
    padding: 15px 15px 15px 10px !important;
  }
}
@media (max-width: 767px) {
  .product-post-item .blog-content {
    flex: 0 0 60%;
  }
}
.product-post-item .flex-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
  flex-direction: row;
  position: relative;
}
@media (max-width: 767px) {
  .product-post-item .flex-container {
    flex-direction: row;
  }
}
@media (max-width: 767px) {
  .product-post-item .button-container {
    display: flex;
    margin: 15px 0;
    flex-wrap: wrap;
    width: 100%;
  }
  .product-post-item .button-container .col.col-1 {
    flex-basis: 50%;
    flex-shrink: 0;
    flex-grow: 1;
    flex: 1;
    margin-right: 15px;
  }
  .product-post-item .button-container .col.col-1 .telefono {
    margin-top: 0;
  }
  .product-post-item .button-container .col.col-1 .telefono i {
    float: left;
    margin-top: 10px;
  }
  .product-post-item .button-container .col.col-1 .telefono .text {
    float: left;
    line-height: 41px;
    color: #676b6d;
  }
  .product-post-item .button-container .col.col-2 {
    display: flex;
    flex-basis: 100%;
  }
  .product-post-item .button-container .col.col-2 .details {
    display: flex;
    width: 100%;
    /*background: #464646;*/
    height: 38px;
    /* line-height: 38px; */
    align-items: center;
    flex: 2;
    /*flex-grow: 0;*/
  }
  .product-post-item .button-container .col.col-2 .details:after {
    color: #fff;
    /*background: transparent;*/
  }
}

article.scheda-prodotto .details.more-link {
  float: right;
}
article.scheda-prodotto .details.more-link:after {
  content: "";
}

input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=number],
input[type=date],
input[type=range],
input[type=password],
select, textarea {
  color: #000 !important;
}

input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}

::-webkit-input-placeholder {
  color: #000;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

:-ms-input-placeholder {
  color: #000;
}

.form-contatti .wpb_row {
  margin-bottom: 20px;
}
.form-contatti textarea {
  margin-bottom: 20px;
}

.form-card h4,
.form-checkout h4 {
  font: normal 24px/32px "Abel", Helvetica, Arial, Verdana, sans-serif;
  word-spacing: normal;
  color: #676b6d;
}
.form-card input[type=text],
.form-card input[type=email],
.form-card input[type=tel],
.form-card textarea,
.form-card select,
.form-checkout input[type=text],
.form-checkout input[type=email],
.form-checkout input[type=tel],
.form-checkout textarea,
.form-checkout select {
  width: 100%;
  display: block;
}
.form-card input[type=text].error,
.form-card input[type=email].error,
.form-card input[type=tel].error,
.form-card textarea.error,
.form-card select.error,
.form-checkout input[type=text].error,
.form-checkout input[type=email].error,
.form-checkout input[type=tel].error,
.form-checkout textarea.error,
.form-checkout select.error {
  border: 1px solid #f30000;
}
.form-card .loading,
.form-checkout .loading {
  position: absolute;
  top: 50%;
  left: 50%;
}
@media (max-width: 767px) {
  .form-card #submit_card_button,
  .form-checkout #submit_checkout_button {
    width: 100%;
    margin: 10px auto;
  }
}

.loading {
  content: " Loading ";
  color: #f30000;
  font-size: 30px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%, 95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%, 59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
*, *:before, *:after {
  box-sizing: border-box;
}

/*
body {
  font-family: sans-serif;
  padding: 60px 20px;

  @media (min-width: 600px) {
    padding: 60px;
  }
}
*/
.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #fff;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #f30000;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #f30000;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2c3e50;
  cursor: pointer;
  transition: background 0.15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #f30000;
}
.range-slider__range:active::-moz-range-thumb {
  background: #f30000;
}
.range-slider__range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px #fff, 0 0 0 6px #f30000;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2c3e50;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2c3e50;
  border-bottom: 7px solid transparent;
  content: "";
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.grid-result .entry-meta {
  display: none;
}

#sidebar #cart a {
  color: #fff;
  width: 100%;
  display: block;
  padding: 5px;
  clear: both;
}
#sidebar .negozio-detail {
  margin-bottom: 20px;
}
#sidebar .cart-widget {
  background: #f5f5f5;
  padding: 15px 15px 10px 15px !important;
  margin-left: -10px;
  margin-right: -10px;
  display: block;
  overflow: hidden;
}
#sidebar .cart-widget .product-item-row {
  display: flex;
}
#sidebar .cart-widget h3 {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 0;
}
#sidebar .cart-widget .price {
  display: block;
  text-align: right;
}
#sidebar .cart-widget .image {
  margin-right: 10px;
}
#sidebar .cart-widget .cart-details {
  margin-top: 5px;
}
#sidebar .cart-widget .checkout_action_btn {
  background: #000000;
  padding: 0 15px !important;
  color: #fff !important;
  font: normal 600 14px/40px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  text-decoration: none;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out, background-color 0.2s ease;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease;
}
#sidebar .cart-widget .checkout_action_btn:hover {
  background: #FE0000;
}
#sidebar .cart-widget .checkout_action_btn:after {
  position: absolute;
  right: 15px;
  content: "";
  background: transparent;
  font-family: "fontawesome";
}
#sidebar .filtri-sidebar {
  /*background: #f5f5f5;
  padding: 20px;*/
  /* The container */
}
#sidebar .filtri-sidebar .container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}
#sidebar .filtri-sidebar .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#sidebar .filtri-sidebar .container .checkmark {
  position: absolute;
  top: 4px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #eee;
}
#sidebar .filtri-sidebar .container:hover input ~ .checkmark {
  background-color: #ccc;
}
#sidebar .filtri-sidebar .container input:checked ~ .checkmark {
  background-color: #666666;
}
#sidebar .filtri-sidebar .container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
#sidebar .filtri-sidebar .container input:checked ~ .checkmark:after {
  display: block;
}
#sidebar .filtri-sidebar .container .checkmark:after {
  left: 5px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#sidebar .filtri-sidebar h3 {
  font-size: 16px;
  text-transform: uppercase;
}

#result-filter-product h2:first-child {
  margin-top: 30px;
}

.grid-result .details {
  margin: 10px 0 0 10px !important;
  width: 100% !important;
}
.grid-result .flex-container {
  display: block;
}
.grid-result #result-filter-product {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  display: grid;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
@media (max-width: 767px) {
  .grid-result #result-filter-product {
    display: block;
  }
}
@media (min-width: 767px) {
  .grid-result #result-filter-product {
    grid-auto-rows: max-content;
  }
}
.grid-result h2 {
  padding: 20px 0;
  display: block;
  width: 100%;
  grid-template-columns: 100%;
  grid-column-start: 1;
  grid-column-end: 4;
}
.grid-result h2:first-child {
  margin-top: 30px;
}
.grid-result .product-post-item {
  display: inline-block;
  min-width: 126px;
  /*width: calc(100% / 3.1);*/
  float: left;
  /* height: 560px;*/
  font-size: 13px;
  line-height: 24px;
  -webkit-box-shadow: inset 6px -6px 6px -5px rgba(168, 168, 168, 0.25);
  -moz-box-shadow: inset 6px -6px 6px -5px rgba(168, 168, 168, 0.25);
  -webkit-box-shadow: inset 6px -6px 6px -5px rgba(168, 168, 168, 0.25);
  box-shadow: inset 6px -6px 6px -5px rgba(168, 168, 168, 0.25);
  border: 1px solid #fff;
}
@media (max-width: 767px) {
  .grid-result .product-post-item {
    height: auto;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .grid-result .grid-result .product-post-item {
    width: 100%;
  }
}
.grid-result .product-post-item .description-item {
  min-height: 110px;
}
@media (max-width: 767px) {
  .grid-result .product-post-item .details.addtocart {
    font: normal 600 12px/40px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
    white-space: nowrap !important;
    justify-content: center;
    min-width: 150px;
    max-width: 150px !important;
  }
}
@media (max-width: 767px) {
  .grid-result .product-post-item .details.ecommerceactive {
    font: normal 600 12px/40px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
    white-space: nowrap !important;
    min-width: 150px;
    max-width: 150px !important;
    margin-right: 0;
    justify-content: center;
  }
}
.grid-result .product-post-item .details.ecommerceactive:after {
  content: " ";
}
.grid-result .product-post-item .button-bar {
  position: relative;
  width: calc(100%);
  order: 2;
}
.grid-result .product-post-item .button-bar .details.more-link {
  width: 100% !important;
  max-width: initial;
}
.grid-result .product-post-item .button-bar .details.addtocart {
  margin-top: 15px;
  width: 100% !important;
  max-width: initial;
  margin-left: 0;
  text-align: center;
}
.grid-result .product-post-item .button-bar .details.addtocart i {
  margin-right: 0;
  font-size: 14px;
  line-height: 30px;
}
.grid-result .product-post-item:hover {
  /*   -webkit-box-shadow: 0px 0px 10px 0px #a8a8a8;
         -moz-box-shadow: 0px 0px 10px 0px #a8a8a8;
         -webkit-box-shadow: 0px 0px 10px 0px #a8a8a8;
         box-shadow: 0px 0px 10px 0px #a8a8a8;*/
  border: 1px solid #e5e5e5;
  background: #fbfbfb;
  /*
  .details.more-link {
    display: block;
  } */
}
.grid-result .product-post-item:nth-child(3n+1) {
  /*-webkit-box-shadow: inset 2px -6px 6px -5px rgba(168, 168, 168, .25);
  -moz-box-shadow: inset 2px -6px 6px -5px rgba(168, 168, 168, .25);
  -webkit-box-shadow: inset 2px -6px 6px -5px rgba(168, 168, 168, .25);
  box-shadow: inset 2px -6px 6px -5px rgba(168, 168, 168, .25);*/
}
.grid-result .product-post-item .blog-media {
  padding: 0 !important;
  width: 99%;
  display: block;
  overflow: hidden;
  text-align: center;
}
.grid-result .product-post-item .blog-media .reservation_label {
  bottom: 0;
}
.grid-result .product-post-item .blog-media .alignleft {
  margin: 0;
}
.grid-result .product-post-item .blog-content {
  padding: 20px !important;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  display: flex;
  flex-grow: 1;
  flex-wrap: wrap;
}
@media (min-width: 767px) {
  .grid-result .product-post-item .blog-content {
    min-height: 390px;
  }
}
@media (max-width: 767px) {
  .grid-result .product-post-item .blog-content {
    height: auto;
    padding-bottom: 0 !important;
  }
}
.grid-result .product-post-item .blog-content .price-container {
  order: 0;
}
.grid-result .product-post-item h3 {
  width: 100%;
  line-height: 18px;
  margin: 5px;
  height: 88px;
  flex: 1 0 100%;
}
.grid-result .product-post-item h3 a {
  font-size: 17px;
}
.grid-result .product-post-item h3 .sku {
  font-weight: 300;
  margin-top: 8px;
  display: block;
}
.grid-result .product-post-item p {
  margin-top: 10px;
  line-height: 1.4;
  font-size: 13px;
  padding-right: 0;
}
.grid-result .product-post-item .price-container {
  flex: 1 0 100%;
  order: 1 !important;
  margin: 15px 0;
}
.grid-result .product-post-item .prezzo {
  /*position: absolute;*/
  font-weight: 700;
  /*bottom: 53px;*/
  font-size: 18px;
}
@media (max-width: 767px) {
  .grid-result .product-post-item .prezzo {
    bottom: auto;
    position: relative;
    margin-top: 0;
  }
}
.grid-result .product-post-item .prezzostrike {
  display: block;
  margin-bottom: -10px;
}
.grid-result .product-post-item .prezzostrike s {
  font-size: 14px;
  color: #000000;
  font-style: initial;
}
.grid-result .negozio-def {
  position: relative;
  top: initial;
  right: initial;
  flex: 1 0 100%;
}
.grid-result .negozio-def .indirizzo .text {
  float: none;
}
.grid-result .negozio-def .telefono {
  display: flex;
  width: 100%;
  overflow: hidden;
  margin-top: 5px;
}
.grid-result .negozio-def .telefono i {
  display: inline-block;
  float: none;
  order: 1;
}
.grid-result .negozio-def .telefono .text {
  display: inline-block;
  float: none;
  order: 2;
}
.grid-result .filter-description {
  position: relative;
}
.grid-result .mobile-text {
  padding: 0 20px 15px 20px;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

.wf-container-main {
  display: block;
  /*    overflow: hidden;*/
}

/*
 .phantom-on {
    #sidebar {
      .negozio-detail {
        display: none;
      }
    }
 }
*/
.page-template-pagina-archivio-prodotti .wf-container-main {
  display: block;
  overflow: hidden;
}

.modal-dialog .modal-header {
  padding: 3px 15px;
  background: #666666;
}
.modal-dialog .modal-header h5 {
  font: normal 600 14px/40px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
  color: #ffffff !important;
}
.modal-dialog .modal-header button {
  color: #ffffff !important;
  background: transparent;
  display: none !important;
}
.modal-dialog .modal-footer button {
  min-width: 140px;
  padding: 5px 14px;
}

#cart-checkout {
  /*margin-bottom: 60px;*/
}
#cart-checkout .remove_cart_item {
  cursor: pointer;
}
#cart-checkout .store-list {
  margin-bottom: 30px !important;
  /*padding: 14px;*/
  /*background: #f5f5f5;*/
}
#cart-checkout ul {
  margin: 0;
  padding-left: 0;
}
#cart-checkout ul > li {
  /*margin-bottom: 30px;*/
}
#cart-checkout li {
  list-style: none;
}
#cart-checkout table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 10px;
}
#cart-checkout table tr th {
  border-bottom: 1px solid #CCC !important;
  /*background: #d5d5d5;*/
  color: #404040;
  font-size: 16px;
  font-family: "Abel", sans-serif;
  font-weight: 300;
}
#cart-checkout table tr td {
  background: #fEfEfE;
  border-bottom: 1px solid #CCC !important;
}
#cart-checkout table tr td strong {
  display: block;
}
#cart-checkout table tr td small {
  display: block;
  font-size: 11px;
}
#cart-checkout table tr td.value_col {
  text-align: right;
  padding-right: 11px !important;
}
#cart-checkout table tr td.col_image {
  padding-right: 0;
  width: 80px;
}
#cart-checkout table tr td.col_details {
  padding-left: 0;
  padding-right: 5px;
  position: relative;
}
#cart-checkout table tr td.col_details .remove_cart_item {
  position: absolute;
  right: 15px;
}
#cart-checkout table.table_product {
  margin: 0;
  width: 100%;
}
#cart-checkout table.table_product tr td {
  border: 0 !important;
  padding-top: 0;
  padding-right: 0;
}
#cart-checkout table.table_product tr td.value_col {
  padding-right: 5px !important;
}
#cart-checkout table.table_product tr.row_title td {
  padding-bottom: 0;
  padding-top: 5px;
}
#cart-checkout table.table_product tr.row_title td a {
  color: #000000 !important;
  text-decoration: none !important;
}

.page-template-template-card .negozio-detail,
.page-template-template-checkout .negozio-detail {
  padding: 15px 5px;
}
.page-template-template-card .negozio-detail ul,
.page-template-template-checkout .negozio-detail ul {
  margin-left: 0;
}
.page-template-template-card .negozio-detail .testo,
.page-template-template-checkout .negozio-detail .testo {
  text-align: left;
}
.page-template-template-card .negozio-detail .testo strong,
.page-template-template-checkout .negozio-detail .testo strong {
  margin-bottom: 8px;
}
.page-template-template-card .negozio-detail img,
.page-template-template-checkout .negozio-detail img {
  width: 100px;
  float: left;
  margin-right: 15px;
}
.page-template-template-card .negozio-detail li,
.page-template-template-checkout .negozio-detail li {
  list-style: none;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
}
.page-template-template-card .card-detail,
.page-template-template-checkout .card-detail {
  margin-top: 15px;
  background: #fff;
  padding: 10px;
}
.page-template-template-card .payments,
.page-template-template-checkout .payments {
  margin-top: 15px;
  background: #fff;
  padding: 10px;
}
.page-template-template-card .payments li,
.page-template-template-checkout .payments li {
  padding: 5px 5px 0 5px;
}
.page-template-template-card .payments li input[type=radio],
.page-template-template-checkout .payments li input[type=radio] {
  margin-right: 10px;
}
.page-template-template-card .card-detail ul.error,
.page-template-template-card .card-detail ul.error select,
.page-template-template-card .payments ul.error,
.page-template-template-checkout .card-detail ul.error,
.page-template-template-checkout .card-detail ul.error select,
.page-template-template-checkout .payments ul.error
{
  color: #ef0000 !important;
}
.page-template-template-card #data-store,
.page-template-template-checkout #data-store {
  background: #f5f5f5;
  padding: 0px 0px 5px 0px;
}
.page-template-template-card .checkout-widget,
.page-template-template-checkout .checkout-widget {
  background: transparent;
  margin-bottom: 0px;
}
.page-template-template-card .checkout-widget > h3,
.page-template-template-checkout .checkout-widget > h3 {
  font-size: 16px !important;
  padding: 0 25px 25px 25px;
}
.page-template-template-card #sidebar,
.page-template-template-checkout #sidebar {
}
.page-template-template-card #sidebar .cart-widget,
.page-template-template-checkout #sidebar .cart-widget {
}
.page-template-template-card #sidebar .cart-widget .negozio-detail,
.page-template-template-checkout #sidebar .cart-widget .negozio-detail {
  display: block !important;
  margin-bottom: 0;
}
.page-template-template-card #sidebar .cart-widget .negozio-detail .wrapper,
.page-template-template-checkout #sidebar .cart-widget .negozio-detail .wrapper {
  margin-bottom: 0;
}

.fast_login {
  background: #f5f5f5;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.fast_login .btn-action {
  display: flex;
  flex-wrap: wrap;
}
.fast_login .btn-action input[type=email] {
  flex: 1 1 50%;
}
.fast_login .btn-action input[type=submit] {
  flex: 1;
  height: 40px;
}
.fast_login .message.error {
  background: #ea2222;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
  padding: 10px;
  margin-top: 12px;
}
.fast_login .message.success {
  background: #40bd38;
  color: #ffffff;
  font-size: 15px;
  line-height: 14px;
  font-weight: 600;
  padding: 10px;
  margin-top: 12px;
}
.fast_login .loading {
  font-size: 20px;
  margin: 12px auto;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (max-width: 767px) {
  .fast_login input[type=submit] {
    width: 100%;
    margin-top: 10px;
  }
}

/* Store counter tick */
/* start from small screens */
.tick {
  font-size: 3em;
  /* define sizes for bigger screens */
}
@media (min-width: 30em) {
  .tick {
    font-size: 5em !important;
  }
}

/*!*****************************************************

Freak Flags, Copyright ©2021 Michael P. Cohen. Freak flags is licenced under the MIT licence.  

For complete information visit: www.freakflagsprite.com 

******************************************************/
.fflag {
  background-image: url(../../img/flagSprite42.png);
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
}

.fflag-CH {
  box-shadow: none !important;
}

.fflag-CN {
  background-position: left 0.2287%;
}

.fflag-AL {
  background-position: center 0.4524%;
}

.fflag-AD {
  background-position: center 0.6721%;
}

.fflag-AM {
  background-position: center 0.8958%;
}

.fflag-AT {
  background-position: center 1.1162%;
}

.fflag-BY {
  background-position: left 1.3379%;
}

.fflag-BE {
  background-position: center 1.5589%;
}

.fflag-BA {
  background-position: center 1.7805%;
}

.fflag-BG {
  background-position: center 2.0047%;
}

.fflag-HR {
  background-position: center 2.2247%;
}

.fflag-CY {
  background-position: center 2.4467%;
}

.fflag-CZ {
  background-position: left 2.6674%;
}

.fflag-DK {
  background-position: center 2.8931%;
}

.fflag-EE {
  background-position: center 3.1125%;
}

.fflag-FO {
  background-position: center 3.3325%;
}

.fflag-FI {
  background-position: center 3.5542%;
}

.fflag-FR {
  background-position: center 3.7759%;
}

.fflag-DE {
  background-position: center 4.0015%;
}

.fflag-GI {
  background-position: center 4.2229%;
}

.fflag-GR {
  background-position: left 4.441%;
}

.fflag-HU {
  background-position: center 4.66663%;
}

.fflag-IS {
  background-position: center 4.8844%;
}

.fflag-IE {
  background-position: center 5.1061%;
}

.fflag-IM {
  background-position: center 5.3298%;
}

.fflag-IT {
  background-position: center 5.5495%;
}

.fflag-JE {
  background-position: center 5.7712%;
}

.fflag-XK {
  background-position: center 5.994%;
}

.fflag-LV {
  background-position: center 6.2156%;
}

.fflag-LI {
  background-position: left 6.4363%;
}

.fflag-LT {
  background-position: center 6.658%;
}

.fflag-LU {
  background-position: center 6.8805%;
}

.fflag-MT {
  background-position: left 7.1038%;
}

.fflag-MD {
  background-position: center 7.3231%;
}

.fflag-MC {
  background-position: center 7.5448%;
}

.fflag-ME {
  background-position: center 7.7661%;
}

.fflag-NL {
  background-position: center 7.98937%;
}

.fflag-MK {
  background-position: center 8.2099%;
}

.fflag-NO {
  background-position: center 8.4316%;
}

.fflag-PL {
  background-position: center 8.6533%;
}

.fflag-PT {
  background-position: center 8.875%;
}

.fflag-RO {
  background-position: center 9.0967%;
}

.fflag-RU {
  background-position: center 9.32237%;
}

.fflag-SM {
  background-position: center 9.5426%;
}

.fflag-RS {
  background-position: center 9.7628%;
}

.fflag-SK {
  background-position: center 9.9845%;
}

.fflag-SI {
  background-position: center 10.2052%;
}

.fflag-ES {
  background-position: left 10.4269%;
}

.fflag-SE {
  background-position: center 10.6486%;
}

.fflag-CH {
  background-position: center 10.8703%;
}

.fflag-TR {
  background-position: center 11.0945%;
}

.fflag-UA {
  background-position: center 11.3135%;
}

.fflag-EN {
  background-position: center 11.5354%;
}

.fflag-GB {
  background-position: center 11.5354%;
}

.fflag-VA {
  background-position: right 11.7593%;
}

.fflag-EU {
  background-position: center 11.9799%;
}

.fflag.ff-sm {
  width: 18px;
  height: 11px;
}

.fflag.ff-md {
  width: 27px;
  height: 17px;
}

.fflag.ff-lg {
  width: 42px;
  height: 27px;
}

.fflag.ff-xl {
  width: 60px;
  height: 37px;
}

.stores_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-auto-columns: max-content;
}
@media (max-width: 767px) {
  .stores_list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.stores_list li {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  padding: 20px 20px;
  position: relative;
  /*
  &:hover {
    figure {
         transform: scale(1.1);
    }
  } */
}
.stores_list li a {
  text-decoration: none;
}
.stores_list li figure {
  border-radius: 50%;
  overflow: hidden;
  width: 150px;
  transition: all 0.2s ease-in;
  height: 150px;
  display: block;
  z-index: 1;
  margin-bottom: 20px;
  -webkit-box-shadow: -2px 6px 14px -4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -2px 6px 14px -4px rgba(0, 0, 0, 0.2);
  box-shadow: -2px 6px 14px -4px rgba(0, 0, 0, 0.2);
  border: 4px solid #ffffff;
}
.stores_list li .img-negozio {
  max-width: 100%;
}
.stores_list li hr {
  background: #000000;
  width: 50px;
  height: 4px;
  border: 0;
  display: block;
  margin-top: 0;
  margin-bottom: 4px;
}
.stores_list li h4 {
  font-size: 18px;
  text-align: center;
  line-height: 20px;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 900;
  width: 100%;
  height: 45px;
}
.stores_list li .country {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  border: 3px solid #ffffff;
  overflow: hidden;
  border-radius: 50%;
  top: 0px;
  z-index: 2;
}
.stores_list li span {
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 1.2em;
}
.stores_list li .counter {
  font-size: 2rem;
  font-weight: 900;
  font-family: "Open Sans", sans-serif;
  color: #000;
}

.phone_store {
  display: flex;
  border: 1px solid #f30000;
  text-decoration: none;
  position: relative;
  margin-top: 24px;
  min-width: 60px;
  width: fit-content;
  min-height: 28px;
  border-radius: 12px;
  align-items: center;
  padding-left: 20px;
  padding-right: 2px;
  margin-left: auto;
  margin-right: auto;
}
.phone_store i {
  font-size: 24px;
  background: #f30000;
  display: flex;
  width: 36px;
  height: 36px;
  color: #ffffff;
  border-radius: 50%;
  align-items: center;
  align-content: center;
  text-align: center;
  position: absolute;
  left: -18px;
  top: -6px;
}
.phone_store i:before {
  margin-left: 8px;
}
.phone_store .lang {
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 1px;
}

.language_store {
  background: url("../../img/speak-lan.png") no-repeat 10px;
  background-size: 35px;
  padding-left: 55px;
  margin: 15px 0;
}
.language_store .lang {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 1px;
  margin-right: 5px;
}

.tooltipster-sidetip {
  /* -webkit-box-shadow: -2px 6px 14px -4px rgba(0, 0, 0, 0.4);
   -moz-box-shadow: -2px 6px 14px -4px rgba(0, 0, 0, 0.4);
   box-shadow: -2px 6px 14px -4px rgb(0, 0, 0, 0.4); */
}
.tooltipster-sidetip .tooltipster-box {
  background: #f1f1f1;
  border-color: #f1f1f1;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #f1f1f1 !important;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border,
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #f1f1f1 !important;
}

.popup_lang {
  /*-webkit-box-shadow: -2px 6px 14px -4px rgba(0,0,0,0.4);
  -moz-box-shadow: -2px 6px 14px -4px rgba(0,0,0,0.4);
  box-shadow: -2px 6px 14px -4px rgb(0,0,0,0.4);*/
  display: flex;
  width: 200px;
  padding: 15px 0;
  flex-direction: column;
  align-items: center;
  align-content: center;
  position: relative;
  /*
  &:after {
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 15px 0 15px;
    border-color: #f1f1f1 transparent transparent transparent;
    position: absolute;
    bottom:-15px;
    left: 50%;
    transform: translate(50%,0);
  } */
}
.popup_lang_close {
  z-index: 1;
  cursor: pointer !important;
  pointer-events: all;
  position: absolute;
  top: 5px;
  right: 0px;
  height: 15px;
  width: 15px;
}
.popup_lang_close:before, .popup_lang_close:after {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  height: 15px;
  width: 2px;
  background-color: #000000;
  content: "";
}
.popup_lang_close:after {
  transform: rotate(45deg);
}
.popup_lang_close:before {
  transform: rotate(-45deg);
}
.popup_lang .popup_language_speak {
  height: 22px;
  display: block;
  margin-top: -14px;
}
.popup_lang .popup_language_speak .lang {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  margin: 1px;
  border: 2px solid #ffffff;
}
.popup_lang .popup_img {
  border: 4px solid #f30000;
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
}
.popup_lang .popup_img img {
  max-width: 100%;
  height: auto;
}
.popup_lang h5 {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.popup_lang .popup_phone {
  position: relative;
  text-decoration: none;
  color: #f30000;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: -2px;
  font-family: "Arial";
  margin: 10px 0;
}
.popup_lang .popup_phone i {
  background: transparent;
  color: #ff3000;
  font-size: 32px;
  position: absolute;
  left: -24px;
  top: -10px;
  transform: rotate(45deg);
}

.map_partner {
  position: relative;
}
.map_partner .wpgmza-store-locator {
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 15px 10px 10px !important;
}
.map_partner select,
.map_partner input.wpgmza-address {
  padding-left: 10px !important;
}
.map_partner .wpgmza_sl_search_button_div,
.map_partner .wpgmza-radius-container,
.map_partner .wpgmza_sl_reset_button_div {
  margin-left: 20px !important;
}

#table_spese_spedizione select {
  width: 100%;
}

#tab_spedizioni .vc_tta-tab:first-child a {
  padding-left: 40px;
}
#tab_spedizioni .vc_tta-tab:first-child a:before {
  background-image: url(../../img/flagSprite42.png);
  background-position: center 5.5495%;
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
  content: " ";
  height: 14px;
  width: 24px;
  margin-right: 10px;
  margin-top: -5px;
  left: 0;
  top: 0;
}
#tab_spedizioni .vc_tta-tab:last-child a {
  padding-left: 20px;
}
#tab_spedizioni .vc_tta-tab:last-child a:before {
  background-image: url(../../img/flagSprite42.png);
  background-position: center 11.9799%;
  background-repeat: no-repeat;
  background-size: 100% 49494%;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
  box-sizing: content-box;
  content: " ";
  height: 14px;
  width: 24px;
  margin-right: 10px;
  margin-top: -5px;
  left: 0;
  top: 0;
}

html[lang=de-DE] #tab_spedizioni .vc_tta-tab:first-child a:before {
  background-position: center 4.0015%;
}

html[lang=fr-FR] #tab_spedizioni .vc_tta-tab:first-child a:before {
  background-position: center 3.7800%;
}

html[lang=lt-LT] #tab_spedizioni .vc_tta-tab:first-child a:before {
  background-position: center 6.658%;
}

.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.flex.justify-content-center {
  justify-content: center;
}
.flex.align-items-center {
  align-items: center;
}

#footer {
  padding: 80px 0 30px 0;
  width: 100%;
  background: #000 !important;
}
@media (max-width: 767px) {
  #footer .wf-container {
    margin: 0 !important;
  }
}
#footer .wf-wrap {
  padding: 0;
}
#footer .custom-html-widget {
  text-align: center;
}

#bottom-bar {
  padding-top: 40px;
  border-top: 1px solid #676b6d;
}
#bottom-bar .wf-container-bottom {
  border: 0;
}

.footer .widget-title {
  color: #ffffff !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 40px;
}
.footer img {
  max-width: 100%;
}
.footer ul {
  padding: 0;
  list-style: none;
}
.footer ul li {
  padding-left: 0;
  padding-bottom: 5px;
}
.footer ul li a {
  background: none !important;
  color: #ffffff !important;
  padding-left: 0;
  font-size: 14px;
}
.footer ul li a:before {
  content: "";
}
.footer a {
  background: none !important;
  color: #ffffff !important;
}

.home #main > .wf-wrap {
  padding: 0;
}

.box-home-row {
  grid-template-columns: auto auto auto;
  grid-template-rows: min-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100% !important;
  display: grid !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
@media (max-width: 767px) {
  .box-home-row {
    grid-template-columns: auto;
    padding: 20px;
  }
}
.box-home-row.vc_row:after, .box-home-row.vc_row:before {
  content: "";
  display: none;
}
.box-home-row .box_home {
  min-height: 460px;
  width: 100%;
  cursor: pointer !important;
}
@media (max-width: 767px) {
  .box-home-row .box_home {
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
  }
}
.box-home-row .box_home .dt-btn {
  /*left: 50%;*/
  /*transform: translate(-50%, -60px);*/
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  max-width: 300px;
  border-radius: 8px;
  font-size: 1.5em;
  text-align: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#d7001b+0,f30000+100 */
  background: #d7001b;
  /* Old browsers */
  background: -moz-linear-gradient(top, #d7001b 0%, #f30000 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #d7001b 0%, #f30000 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #d7001b 0%, #f30000 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d7001b", endColorstr="#f30000", GradientType=0);
  /* IE6-9 */
}
@media (max-width: 767px) {
  .box-home-row .box_home .dt-btn {
    font-size: 1.125em;
  }
}
.box-home-row .box_home .btn-shortcode:last-child {
  margin-top: 30px;
}
.box-home-row .box_home > .wpb_wrapper:first-child {
  height: auto;
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  position: relative;
  align-items: baseline;
  border-radius: 10px;
  -webkit-box-shadow: -1px 0px 43px -24px rgba(0, 0, 0, 0.57);
  -moz-box-shadow: -1px 0px 43px -24px rgba(0, 0, 0, 0.57);
  box-shadow: -1px 0px 43px -24px rgba(0, 0, 0, 0.57);
}
.box-home-row .box_home > .wpb_wrapper:first-child .vc_inner {
  position: absolute;
  bottom: 40px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.box-home-row .box_home > .wpb_wrapper:first-child.vc_figure {
  /* position: absolute;
   top:0;
   left: 0; */
}
.box-home-row .box_home .wpb_single_image {
  /*position:absolute;
  max-height: 520px; */
}
.box-home-row .box_home .wpb_single_image img {
  transition: ease-in all 0.5s;
  transform: scale(1);
  min-height: 100%;
}
.box-home-row .box_home .wpb_single_image .vc_single_image-wrapper:after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, black 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#000000", GradientType=0);
  /* IE6-9 */
  height: 300px;
  position: absolute;
  bottom: 0;
  display: block;
  content: " ";
  width: 100%;
}
.box-home-row .box_home:hover .wpb_single_image img {
  transform: scale(1.1);
}
.box-home-row .box_home:hover .dt-btn {
  background: #cc0000 !important;
}
.box-home-row .box_home .wpb_text_column {
  /*bottom: 45px;*/
  width: 100%;
  /*position: absolute;*/
  font-size: 20px;
  line-height: 1.2em;
}
.box-home-row .box_home .wpb_text_column p {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .box-home-row .box_home .wpb_text_column p {
    font-size: 18px;
  }
}
.box-home-row .box_home .wpb_text_column h3 {
  font-size: 30px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}
.box-home-row .box_home .wpb_text_column .wpb_wrapper {
  overflow: initial;
}
.box-home-row.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .box-home-row.cols-4 {
    grid-template-columns: auto;
    padding: 20px;
  }
}
.box-home-row.cols-4 .box_home {
  min-height: 300px;
}

.single-prodotto #light-slider {
  min-height: 623px;
}
@media (max-width: 767px) {
  .single-prodotto #light-slider {
    min-height: 300px;
  }
}
.single-prodotto .lobibox.lobibox-window .lobiheight-auto {
  height: auto !important;
}
/*.single-prodotto .lobibox.lobibox-window .lobibox-body {
  height: auto !important;
}*/
.single-prodotto .vc_tta-panels {
  border: 0 !important;
}
@media (max-width: 767px) {
  .single-prodotto .sku {
    margin-bottom: 31px;
    display: block;
  }
}
.single-prodotto .btn_action_product .wpb_wrapper {
  display: flex;
  flex-direction: row;
  column-gap: 15px;
  justify-content: end;
}
@media (max-width: 767px) {
  .single-prodotto .btn_action_product .wpb_wrapper {
    display: block;
    margin-bottom: 30px;
  }
}
.single-prodotto .btn_action_product .wpb_wrapper .btn_action {
  background: #fe0000;
}
.single-prodotto .btn_action_product .wpb_wrapper button {
  background: #fe0000 !important;
}
.single-prodotto .btn_action_product .wpb_wrapper .details:after {
  background: transparent !important;
}
.single-prodotto .btn_action_product.ecommerce-active button {
  background: #404040 !important;
}

.popup_product {
  background: #f5f8fd;
  padding: 15px;
}

.barra_prezzo {
  background: #fff;
  overflow: hidden;
  border-top: 2px solid #dadada;
}
.barra_prezzo .prezzo {
  font: normal 600 22px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  color: #f30000;
  padding-left: 25px;
}
.barra_prezzo .prezzo label {
  font-size: 11px;
  text-transform: uppercase;
  display: block;
  margin-bottom: -2px;
}
.barra_prezzo .ult-modal-input-wrapper {
  float: none;
}
.barra_prezzo .col {
  /*background: #f5f5f5;*/
  padding: 15px 0;
  display: flex;
  align-items: center;
}
.barra_prezzo .col .vc_row {
  width: 100%;
}
@media (min-width: 1400px) {
  .barra_prezzo .col-cta-1 {
    padding-left: 0 !important;
  }
}
.barra_prezzo .col-cta-1 .btn-modal {
  white-space: initial;
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  width: 100%;
}
@media (min-width: 1400px) {
  .barra_prezzo .col-cta-2 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
}
.barra_prezzo .col-cta-2 .btn-modal {
  -webkit-border-radius: 0 !important;
  border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  width: 100%;
}
.barra_prezzo .btn_acquisto_online {
  background: #fe0000;
  color: #ffffff;
  display: flex;
  text-decoration: none;
  padding-left: 13.3333333333px;
  padding-right: 13.3333333333px;
  font: normal 600 14px/40px "Open Sans", Helvetica, Arial, Verdana, sans-serif;
  text-transform: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out, background-color 0.2s ease;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease;
  width: 100%;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .barra_prezzo .btn_acquisto_online {
    margin-top: 15px;
  }
}
.barra_prezzo .btn_acquisto_online:hover {
  background-color: #d30000;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.barra_prezzo .btn_acquisto_online i {
  margin-right: 10px;
}

.btn_acquisto_online {
  background: #fe0000;
  color: #ffffff !important;
  display: flex;
  text-decoration: none;
  padding-left: 13.3333333333px;
  padding-right: 13.3333333333px;
  font: normal 600 14px "Open Sans", Helvetica, Arial, Verdana, sans-serif !important;
  text-transform: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12);
  -webkit-transition: -webkit-box-shadow 0.2s ease-out, background-color 0.2s ease;
  transition: box-shadow 0.2s ease-out, background-color 0.2s ease;
  width: 100%;
  max-width: 200px;
  padding: 10px 14px;
  line-height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn_acquisto_online {
    margin-top: 0px;
    margin-bottom: 15px;
    width: 100%;
    text-align: center;
    max-width: 100%;
  }
}
.btn_acquisto_online:after {
  right: 10px !important;
  color: #ffffff !important;
}
.btn_acquisto_online:hover {
  background-color: #d30000;
  -webkit-box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
}
.btn_acquisto_online i {
  margin-right: 10px;
}

.dati-del-negozio {
  background: #f8f8f8;
  padding: 20px;
  width: 100%;
  overflow: hidden;
}

.social-share-post {
  background: #f1f1f1;
  overflow: hidden;
  border-top: 2px solid #dadada;
  padding: 15px 27px;
  position: relative;
}
.social-share-post .the_champ_sharing_title:first-letter {
  text-transform: capitalize;
}

.informazioni-negozio {
  padding: 15px 30px;
}
.informazioni-negozio p {
  font-size: 14px;
  line-height: 1.4em;
  text-align: justify;
}

.label-item {
  text-transform: uppercase;
  font-weight: 600;
  /*  padding-bottom: 10px;*/
  display: block;
}

.col-item-description {
  padding: 0px 0 30px 10px;
}
@media (max-width: 767px) {
  .col-item-description {
    padding: 0;
  }
}

.col-item-control b, .col-item-control strong {
  text-transform: uppercase;
  font-weight: 600;
  /*padding-bottom: 10px;*/
  display: block;
  margin-bottom: -5px;
}
.col-item-control ul {
  list-style: none;
  margin: 0 !important;
  padding-left: 0 !important;
}
.col-item-control ul li {
  list-style: none;
}
.col-item-control ul li:before {
  content: "";
  font-family: "fontawesome";
  margin-left: 0px;
  margin-right: 10px;
}

.item-title {
  padding-left: 10px;
}
@media (max-width: 992px) {
  .item-title {
    padding-left: 0;
  }
}

.phone-article {
  padding: 10px;
  font-size: 18px;
  color: #f30000;
  /*-webkit-border-top-right-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topright: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;*/
  display: flex;
  align-items: center;
  text-align: center;
}
@media (min-width: 767px) {
  .phone-article {
    /*width: 320px;*/
  }
}
.phone-article a {
  font-family: "Open Sans";
  padding-left: 5px;
}
.phone-article i {
  font-size: 20px;
  /*  margin-left: -35px;*/
  background: #f30000;
  color: #ffffff;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  display: block;
  line-height: 30px;
}

.popup-specialista {
  display: flex;
  flex-direction: row;
}

@media (max-width: 767px) and (max-width: 767px) {
  .cta-content.vc_row:not(.vc_gitem_row):not(.vc_grid) {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media (max-width: 767px) {
  .popup-specialista {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .col-specialista {
    order: 1;
    width: 100%;
    display: block;
  }
  .col-specialista .img-specialista {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .col-specialista-testo {
    order: 2;
    width: 100%;
    display: block;
  }
}
@media (max-width: 767px) {
  .single-prodotto #main {
    padding-top: 6px;
  }
  .single-prodotto .sidebar-right .content {
    padding-top: 15px;
  }
  .single-prodotto .vc_empty_space {
    display: none;
  }
  .single-prodotto h2 {
    font-size: 26px;
    line-height: 1.2em;
    margin-top: 30px;
  }
}
.single-prodotto .reservation_label {
  float: right;
  background: #666666;
  opacity: 0.75;
  color: #ffffff;
  font-size: 0.75em;
  padding: 3px 10px;
}
.single-prodotto .owl-dots {
  display: flex;
  flex-wrap: wrap;
}
.single-prodotto .owl-dots .owl-dot {
  flex: 1 0 18%;
  /* The important bit. This percentage decides your columns.
       The percent can be px. It just represents your minimum starting width.
       */
  width: auto !important;
  margin: 10px 1%;
  height: 161px;
  border: 2px solid #fff;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-prodotto .owl-dots .owl-dot span {
  display: block;
  padding-top: 66%;
  min-height: 160px;
  width: 100%;
}

.custom-checkbox {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 8px;
  cursor: pointer;
  font-size: 15px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.custom-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  /*background-color: #eee;*/
  border-radius: 4px;
}

.custom-checkmark-gray {
  background-color: #eee;
}

.custom-checkmark-white {
  background-color: #fff;
}

.custom-checkbox:hover input ~ .custom-checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .custom-checkmark {
  background-color: #303030;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .custom-checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom-checkbox .custom-checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.filter-accordion {
  background-color:#F5F5F5;
  padding:10px;
  box-shadow: -1px 0px 5px 0px rgb(0 0 0 / 20%);
}

.custom-row {
  display:inline-flex;
  width:100%;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
  [class*="col-"] {
    width: 100%;
  }

  .custom-row {
    display: block;
  }
}

.custom-accordion {
  /*background-color: #eee;*/
  /*color: #444;*/
  cursor: pointer;
  /*padding: 18px;*/
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.4s;
}

.custom-accordion-text {
  margin-left: 5px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.custom-accordion-active, .custom-accordion:hover {
  /*background-color: #ccc;*/
}

/* Style the accordion panel. Note: hidden by default */
/*.panel {
  padding: 0 18px;
  background-color: white;
  display: none;
  overflow: hidden;
}*/

.panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.d-none {
  display: none !important;
}

.text-center {
  text-align: center;
}

/*.custom-accordion:after {
  content: '\02795';
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.custom-accordion-active:after {
  content: "\2796";
}*/

.arrow {
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
}

.arrow-right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.arrow-left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.arrow-up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.arrow-down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.table-specs {
  font-size: 11px !important;
}

.filter-clear-link {
  color: #676b6d;
  text-decoration: none;
  margin-left: 10px;

  border-color: #fe0000;
  border-style: solid;
  /* border-radius: 4px; */
  border-width: 1px;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 2px;
  padding-right: 2px;
}

.custom-alert {
  padding: 20px;
  background-color: #ff0000;
  color: white !important;
  text-align: center;
  font-size: 17px;
}

.checkbox-container {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.checkbox-container:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked ~ .checkmark {
  background-color: #303030;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.__rce_product_sales_counter{
  color: #000000;
  font-size: 50px;
  line-height: 1.1;
  padding: 8px 0;
  text-align: center;
  font-weight: 500;
  display: inline;
  word-wrap: break-word;
}

.__rce_product_sales_counter{
  font-size: 80px;
}