.f-40 {
  font-size: 40px;
  line-height: 1.1;
}
@media only screen and (max-width: 767px) {
  .f-40 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 480px) {
  .f-40 {
    font-size: 30px;
  }
}

.f-20 {
  font-size: 20px;
}

.f-18 {
  font-size: 18px;
}

.f-14 {
  font-size: 14px;
}

.f-12 {
  font-size: 12px;
}

.bg-grey {
  background-color: #F8F8F8;
}

.color-primary {
  color: #292929;
}

.color-white {
  color: white;
}

.color-green {
  color: #69AA27;
}

.px-140 {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
@media only screen and (max-width: 1440px) {
  .px-140 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .px-140 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

a.color-primary {
  color: #292929;
  transition: all 1s;
}
a.color-primary:hover {
  color: #fe874a;
  text-decoration: underline;
}
a.color-white {
  color: white;
  transition: all 1s;
}
a.color-white:hover {
  color: white;
  text-decoration: underline;
  opacity: 0.8;
}

.btn-green {
  border: 1px solid #69AA27 !important;
  background-color: #69AA27 !important;
  color: white !important;
  transition: all 1s;
  font-size: 16px !important;
  font-weight: bold !important;
  padding: 13px 30px !important;
  border-radius: 27px !important;
  display: inline-block;
}
.btn-green:hover {
  border: 1px solid #69AA27 !important;
  background-color: white !important;
  color: #69AA27 !important;
  text-decoration: none !important;
}

.block-header-top {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.page-wrapper .page-header {
  position: -webkit-sticky !important;
  position: sticky !important;
  top: 0 !important;
  z-index: 99 !important;
}
.page-wrapper .page-header.js-is-sticky {
  /*.panel.wrapper {
      display: none;
  }
  .header.content {
      padding-top: 10px;
      padding-bottom: 0;
  }*/
}
.page-wrapper .page-header .header.content {
  z-index: 3;
  padding-bottom: 0;
}
.page-wrapper .page-header .header.content .header.links {
  line-height: 1.4 !important;
}
@media only screen and (max-width: 480px) {
  .page-wrapper .page-header .header.content .logo img {
    max-width: 150px !important;
  }
}
.page-wrapper .page-header .panel.header {
  padding-top: 0px;
  padding-bottom: 0px;
}
.page-wrapper .page-header .panel.header .panel.content {
  padding-top: 0px;
  padding-bottom: 0px;
}

.banner_cupon {
  background-color: #14BDC3 !important;
  padding: 10px 15px !important;
  background-image: none !important;
}
.banner_cupon img {
  vertical-align: baseline;
  margin-right: 5px;
}

.top_banner-center img {
  vertical-align: baseline;
  margin-right: 5px;
}

.mobile-customhambermenu {
  text-align: left;
}
.mobile-customhambermenu .custommenu-icon i {
  top: 20px !important;
  transform: none !important;
  color: white !important;
  background-color: #CCD82C !important;
  width: 45px;
  height: 45px;
  text-align: center;
  vertical-align: middle;
  font-size: 25px;
  border-radius: 50%;
  padding-top: 10px;
}
@media only screen and (max-width: 480px) {
  .mobile-customhambermenu .custommenu-icon i {
    top: 8px !important;
  }
}

.page-header {
  background: #FFFFFF !important;
  box-shadow: 0 10px 20px 0 rgba(0, 71, 74, 0.2);
}
.page-header .panel.wrapper {
  border-bottom: 1px solid #DAD7D7 !important;
}
.page-header .header-shipping-info {
  padding-top: 5px;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  order: 4;
  display: inline-block;
  float: right;
  margin-left: 10px;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  .page-header .header-shipping-info {
    display: none;
  }
}
.page-header .header-shipping-info .row {
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  align-self: center;
  margin-left: 0;
  margin-right: 0;
}
.page-header .header-shipping-info .text-item {
  padding-left: 0;
  padding-right: 0;
}
.page-header .header-shipping-info img {
  margin-right: 5px;
}
.page-header .header-shipping-info p {
  margin: 0;
}
.page-header .authorization-link {
  line-height: 1.4 !important;
  padding-top: 24px;
}
.page-header .authorization-link .fa-user {
  display: none !important;
}
.page-header .authorization-link a:before {
  content: " ";
  background-image: url("../images/icon-header-user.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: block;
  margin: 0 auto;
  width: 23px;
  height: 27px;
}
.page-header .authorization-link a:after {
  content: "Accedi";
  margin: 0 auto;
  display: block;
  margin-top: 2px;
  color: #292929;
  font-size: 12px;
  text-transform: none !important;
}
.page-header .minicart-wrapper {
  padding-top: 29px;
}
@media only screen and (max-width: 767px) {
  .page-header .minicart-wrapper {
    padding-top: 7px;
  }
}
@media only screen and (max-width: 480px) {
  .page-header .minicart-wrapper {
    padding-top: 0px;
  }
}
.page-header .minicart-wrapper a.showcart .fa-shopping-cart {
  display: none !important;
}
.page-header .minicart-wrapper a.showcart .text {
  display: block;
  margin-top: 2px;
  color: #292929;
  font-size: 12px;
  position: static;
  height: auto;
  overflow: visible;
  width: auto;
}
.page-header .minicart-wrapper a.showcart:before {
  content: " " !important;
  -webkit-mask-image: url("../images/icon-header-cart.svg");
          mask-image: url("../images/icon-header-cart.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  display: block !important;
  margin: 0 auto !important;
  width: 26px;
  height: 25px;
  background-color: #292929;
}
.page-header .minicart-wrapper a.showcart:after {
  display: none !important;
}
.page-header .minicart-wrapper a.showcart .counter {
  top: -10px !important;
  right: 0 !important;
  left: auto !important;
  background: #F2AF1A !important;
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .block-search {
    margin-bottom: 10px;
  }
  .page-header .header.content .block-search .control {
    border-top: 0px solid #cccccc;
  }
}
.page-header .header.content .block-search .block-content .minisearch .search .control > input {
  height: 54px;
  background-color: white !important;
  border: 1px solid #B2ABAB !important;
  border-radius: 14px !important;
  padding-left: 22px;
  padding-right: 22px;
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .block-search .block-content .minisearch .search .control > input {
    height: auto;
    padding: 10px 15px;
    padding-right: 22px;
  }
}
.page-header .header.content .block-search .block-content .minisearch .search .control {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .page-header .header.content .block-search .block-content .minisearch .search .control:before {
    top: 4px;
  }
}
.page-header .header.content .block-search .block-content .minisearch .actions .search:before {
  font-size: 25px !important;
  margin-right: 15px !important;
}

.header.content {
  max-width: 100% !important;
}
.nav-sections {
  border-bottom: 0px solid white !important;
}

.block_allert {
  text-align: center;
  color: white;
  background-color: #F33001;
  padding: 10px 15px;
}

.assistenza-fixed-button {
  position: fixed;
  right: 26px;
  left: auto;
  bottom: 100px;
  z-index: 5;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .assistenza-fixed-button {
    right: 15px;
    bottom: 15px;
  }
}

.assistenza-block {
  position: fixed;
  bottom: 72px;
  background-color: white;
  padding: 18px 20px;
  padding-right: 100px;
  border-radius: 47px;
  z-index: 9;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: right 1s;
  right: -400px;
}
.assistenza-block .text-cont {
  padding-left: 12px;
}
.assistenza-block.active {
  right: -50px;
}
.assistenza-block .assistenza-close {
  position: absolute;
  top: 10px;
  right: 60px;
  cursor: pointer;
}
.assistenza-block .assistenza-close img {
  max-width: 20px;
}

.slider-hp .swiper-button-next {
  right: 26px !important;
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.46);
  /* opacity: 0; */
  border-radius: 50%;
  text-align: center;
}
.slider-hp .swiper-button-next:after {
  font-size: 27px;
  color: white;
}
.slider-hp .swiper-button-prev {
  left: 26px !important;
  width: 56px;
  height: 56px;
  background-color: rgba(255, 255, 255, 0.46);
  /* opacity: 0; */
  border-radius: 50%;
  text-align: center;
}
@media only screen and (max-width: 480px) {
  .slider-hp .swiper-button-prev {
    left: 15px !important;
  }
}
.slider-hp .swiper-button-prev:after {
  font-size: 27px;
  color: white;
}

.promotions-section .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.promotions-section .row .col-12 {
  padding: 0 15px;
}
.promotions-section .title-section {
  margin-bottom: 42px;
}
.promotions-section .title-section a {
  color: #69AA27;
  font-weight: bold;
}
@media only screen and (max-width: 480px) {
  .promotions-section .title-section a {
    display: block;
  }
}
.promotions-section .button {
  margin-top: 20px !important;
}
@media only screen and (max-width: 1240px) {
  .promotions-section .button {
    margin-top: 0px !important;
  }
}

.sticker-wrapper {
  right: auto;
  z-index: 2;
  margin: 0 !important;
  left: 0 !important;
}
.sticker-wrapper .sticker.sale {
  background-color: #17CED2 !important;
  font-size: 13px !important;
  font-weight: bold !important;
  padding: 8px !important;
  height: 32px !important;
  width: 45px !important;
  border-radius: 0 !important;
  left: 0;
  margin: 0 !important;
}

.grid-nome-brand-product {
  font-size: 12px;
  min-height: 16px;
}

.product-items .product-item-name {
  font-weight: bold !important;
  font-size: 18px !important;
  height: 65px !important;
  margin-bottom: 10px;
}
@media only screen and (max-width: 991px) {
  .product-items .product-item-name {
    text-align: left !important;
  }
}
.product-items .product-item-name a {
  font-weight: bold !important;
}
@media only screen and (max-width: 991px) {
  .product-items .product-item-details {
    text-align: left !important;
  }
}
.product-items .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: end;
  align-items: center;
  align-content: flex-end;
}
.product-items .row .col-6 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  flex: 0 0 50%;
  max-width: 50%;
}
@media only screen and (max-width: 1300px) {
  .product-items .row .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 8px;
    text-align: left;
  }
  .product-items .row .col-6 .actions-primary {
    width: 100%;
    text-align: center;
  }
  .product-items .row .col-6 .actions-primary .action.tocart.primary:after {
    margin: 0 auto;
  }
  .product-items .row .col-6:last-child {
    margin-bottom: 0px;
  }
}
.product-items .product-item .price-box {
  margin: 0 !important;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.product-items .product-item .price-box .special-price {
  display: block;
  order: 2;
  color: #292929 !important;
  font-size: 18px !important;
  font-weight: bold !important;
  margin: 0;
}
.product-items .product-item .price-box .special-price .price {
  font-size: 18px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
}
.product-items .product-item .price-box .old-price {
  display: block;
  order: 1;
  color: #DAD7D7 !important;
  font-size: 13px !important;
  font-weight: bold !important;
  margin: 0;
}
.product-items .product-item .price-box .old-price .price {
  font-size: 13px !important;
  font-weight: bold !important;
  line-height: 16px !important;
}
.product-items .product-item .total-discount {
  color: #17CED2;
  font-weight: bold;
  font-size: 13px;
}
@media only screen and (min-width: 1440px) {
  .product-items .product-item .total-discount span {
    display: block;
  }
}
.product-items .product-item-actions {
  margin: 0 !important;
}
@media only screen and (max-width: 991px) {
  .product-items .actions-primary {
    display: block !important;
    text-align: center;
  }
}
.product-items .action.tocart {
  font-size: 0 !important;
  background-color: #F2AF1A !important;
  padding: 10px 31px !important;
  border-radius: 47px !important;
  border-color: #F2AF1A !important;
  transition: all 1s;
}
@media only screen and (max-width: 991px) {
  .product-items .action.tocart {
    width: 100%;
    text-align: center;
  }
}
.product-items .action.tocart:after {
  content: " ";
  width: 26px;
  height: 26px;
  display: block;
  -webkit-mask-image: url("../images/icon-shopping-cart.svg");
          mask-image: url("../images/icon-shopping-cart.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: white;
}
@media only screen and (max-width: 991px) {
  .product-items .action.tocart:after {
    margin: 0 auto;
  }
}
.product-items .action.tocart:hover {
  background-color: white !important;
}
.product-items .action.tocart:hover:after {
  background-color: #F2AF1A;
}
.product-items .stock.available {
  padding: 21px 0 !important;
}

.cms-index-index .banner-before-blog {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.cms-index-index .need_today_block {
  max-width: 100% !important;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 991px) {
  .cms-index-index .need_today_block {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 45px !important;
    padding-right: 45px !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index .need_today_block {
    padding-left: 30px !important;
    padding-right: 30px !important;
    margin: 0 !important;
  }
}
.cms-index-index .need_today_block .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cms-index-index .need_today_block .row {
    justify-content: start;
    display: block;
  }
}
.cms-index-index .need_today_block .col {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .cms-index-index .need_today_block .col {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index .need_today_block .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cms-index-index .need_today_block .col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.cms-index-index .need_today_block .ff_card-title {
  font-size: 20px !important;
  font-weight: bold !important;
  margin-bottom: 20px;
  text-transform: none !important;
}
@media only screen and (max-width: 991px) {
  .cms-index-index .need_today_block .ff_card-title:after {
    text-align: left;
    float: none;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-index-index .need_today_block .ff_card-title:after {
    font-size: 22px;
  }
}
@media only screen and (max-width: 991px) {
  .cms-index-index .need_today_block .ff_card-links {
    display: block !important;
  }
}
.cms-index-index .need_today_block .ff_link {
  font-size: 14px !important;
  font-weight: 400 !important;
  margin-bottom: 5px;
}
@media only screen and (max-width: 991px) {
  .cms-index-index .need_today_block .ff_link {
    display: block !important;
  }
}
.cms-index-index .need_today_block .ff_link:before {
  color: #69AA27 !important;
}
.cms-index-index .home_block-customer_register {
  padding-top: 40px;
  padding-bottom: 40px;
}
.cms-index-index .home_block-customer_register .text-center {
  text-align: center;
}
.cms-index-index .home_block-customer_register img {
  margin-bottom: 15px;
}
.cms-index-index .home_block-customer_register .btn-green {
  margin-top: 15px;
}
.cms-index-index .home-blog-block {
  margin-bottom: 40px;
}
.cms-index-index .home-blog-block .blog-img {
  margin-bottom: 20px;
}
.cms-index-index .home-blog-block .blog-post-info .blog-post-category .post-categories {
  margin: 0 !important;
}
.cms-index-index .home-blog-block .blog-post-info .blog-post-category .post-categories a {
  color: #69AA27 !important;
  font-size: 14px !important;
  font-weight: bold !important;
  text-transform: uppercase;
}
.cms-index-index .home-blog-block .blog-post-info .blog-post-title a {
  font-size: 20px !important;
}

.header.content {
  max-width: 100% !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
}
@media only screen and (max-width: 1440px) {
  .header.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .header.content {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.breadcrumbs,
.page-header .header.panel,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
  max-width: 100% !important;
  padding-left: 140px !important;
  padding-right: 140px !important;
}
@media only screen and (max-width: 1440px) {
  .breadcrumbs,
.page-header .header.panel,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
    padding-left: 50px !important;
    padding-right: 50px !important;
  }
}
@media only screen and (max-width: 991px) {
  .breadcrumbs,
.page-header .header.panel,
.footer.content,
.page-wrapper > .widget,
.page-wrapper > .page-bottom,
.block.category.event,
.top-container,
.page-main {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

.catalog-category-view .message.info {
  margin-top: 50px;
}
.catalog-category-view .breadcrumbs {
  margin-top: 40px;
  margin-bottom: 24px !important;
}
.catalog-category-view .sidebar-main .block-left-nav {
  border: 1px solid #DAD7D7;
  border-radius: 32px 32px 16px 16px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .sidebar-main .block-left-nav {
    display: none;
  }
}
.catalog-category-view .sidebar-main .block-left-nav .block-title {
  display: block !important;
  background-color: #CCD82C;
  padding: 16px 22px;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: bold !important;
  border-radius: 27px;
  color: white !important;
  text-transform: uppercase;
}
.catalog-category-view .sidebar-main .block-left-nav .block-title strong {
  font-size: 18px !important;
  font-weight: bold !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content ul {
  padding: 0 15px;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content ul li {
  border-bottom: 0 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat {
  margin: 0 !important;
  border-bottom: 0px solid #E0E0E0;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat label {
  color: #14BDC3 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat label a {
  color: #14BDC3 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat ul label {
  color: #333333 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat ul a {
  color: #333333 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat ul .current-cat {
  margin: 0 !important;
  border-bottom: 0px solid #E0E0E0;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat ul .current-cat label {
  color: #14BDC3 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat ul .current-cat label a {
  color: #14BDC3 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat ul .current-cat ul label {
  color: #333333 !important;
}
.catalog-category-view .sidebar-main .block-left-nav .block-content .current-cat ul .current-cat ul a {
  color: #333333 !important;
}
.catalog-category-view .block-left-nav .block-content .outer-ul > li.level-1 > .expanded {
  display: block !important;
}
.catalog-category-view .block-left-nav .block-content .outer-ul > li.current-cat.no-children > label > a {
  color: #14BDC3 !important;
  font-weight: bold;
}
.catalog-category-view .block.filter.active .block-subtitle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .block.filter.active .block-subtitle {
    display: block;
  }
}
.catalog-category-view .block.filter .block-subtitle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .block.filter .filter-options {
    margin-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.catalog-category-view .block.filter .filter-options-item {
  border: 1px solid #DAD7D7;
  border-radius: 32px 32px 32px 32px;
  margin-bottom: 50px;
  padding: 0;
}
.catalog-category-view .block.filter .filter-options-item.active {
  border-radius: 32px 32px 16px 16px;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-title {
  display: block !important;
  background-color: #CCD82C;
  padding: 16px 22px;
  font-size: 18px;
  font-weight: bold;
  border-radius: 27px;
  color: white;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-title:after {
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content {
  padding: 30px 22px;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .block.filter .filter-options-item .filter-options-content {
    padding: 22px 22px;
  }
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content .item {
  margin-left: 0px;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
  padding: 0;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content .item a input[type=checkbox] {
  margin: 0;
  margin-right: 8px;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content .item a label {
  max-width: 90%;
}
.catalog-category-view .block.filter .filter-options-item .filter-options-content .item a:hover {
  background-color: transparent;
  color: #69AA27 !important;
}
.catalog-category-view .column.main .page-title {
  margin-top: 0;
  margin-bottom: -24px;
  max-width: 60%;
}
@media only screen and (max-width: 1366px) {
  .catalog-category-view .column.main .page-title {
    margin-bottom: 10px;
    max-width: 100%;
  }
}
.catalog-category-view .column.main .modes {
  display: none;
}
.catalog-category-view .column.main .toolbar-amount {
  color: #69AA27;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .catalog-category-view .column.main .toolbar-amount {
    display: none;
  }
}
.catalog-category-view .column.main .toolbar-amount:after {
  color: #333;
}
.catalog-category-view .column.main .products-grid .product-item {
  position: relative;
  padding: 0;
}
.catalog-category-view .toolbar.toolbar-products .pages {
  float: none !important;
  margin-bottom: 15px !important;
}
.catalog-category-view .toolbar.toolbar-products .pages .item.current .page {
  background-color: #69AA27 !important;
  color: white !important;
}
.catalog-category-view .toolbar.toolbar-products .limiter {
  float: none !important;
}
.catalog-category-view .category-description {
  padding-top: 80px;
  padding-bottom: 80px;
}
.catalog-category-view .category-description h2 {
  color: #292929;
  font-size: 40px;
}
.catalog-category-view .category-description p {
  font-size: 16px;
}

.smile-es-range-slider .ui-slider-handle {
  background: #69AA27 !important;
}
.smile-es-range-slider .action.primary {
  background: #69AA27 !important;
  border-color: #69AA27 !important;
  color: white !important;
  font-size: 13px;
  display: block;
  text-align: center;
  width: 50px;
}
.smile-es-range-slider .action.primary:hover {
  background: white !important;
  border-color: #69AA27 !important;
  color: #69AA27 !important;
}

/* Footer */
.page-footer .newsletter {
  margin-bottom: 0 !important;
  background-color: #F8F8F8 !important;
  padding: 50px 15px;
}
.page-footer .newsletter .newsletter-text {
  font-size: 40px !important;
  line-height: 1.1;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .page-footer .newsletter .newsletter-text {
    font-size: 30px !important;
  }
}
.page-footer .newsletter #newsletter-validate-detail {
  max-width: 600px;
  position: relative;
}
.page-footer .newsletter #newsletter-validate-detail:before {
  content: " ";
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-mask-image: url("../images/icon-pre-newsletter.svg");
          mask-image: url("../images/icon-pre-newsletter.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #292929;
  z-index: 2;
}
.page-footer .newsletter #newsletter-validate-detail #newsletter {
  width: 100% !important;
  border: 1px solid #B2ABAB;
  border-radius: 14px;
  background-color: white;
  padding-left: 50px;
  padding-right: 50px;
  position: relative;
  height: 54px;
  margin-bottom: 10px;
}
.page-footer .newsletter #newsletter-validate-detail #subscribe-newsletter {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 2;
  background: transparent;
  color: #69AA27 !important;
  border: 0px solid;
  border-bottom: 1px solid #69AA27;
  padding: 0px 0;
  width: auto;
}
.page-footer .newsletter #newsletter-validate-detail .checkbox-container #privacy-policy-newsletter {
  margin-top: 2px;
}
@media only screen and (max-width: 767px) {
  .page-footer .newsletter #newsletter-validate-detail .checkbox-container #privacy-policy-newsletter {
    height: 12px;
  }
}
.page-footer .newsletter #newsletter-validate-detail .checkbox-container label {
  font-weight: 400 !important;
}
.page-footer .newsletter #newsletter-validate-detail .checkbox-container a {
  color: #69AA27 !important;
}
.page-footer .banner-after-slider {
  background-color: #69AA27 !important;
  padding-top: 70px !important;
  padding-bottom: 60px !important;
}
@media only screen and (max-width: 991px) {
  .page-footer .banner-after-slider {
    padding-top: 50px !important;
    padding-bottom: 30px !important;
  }
}
.page-footer .banner-after-slider .ff_line-text {
  font-size: 14px;
  color: white;
}
.page-footer .banner-after-slider .row {
  justify-content: center;
  align-items: center;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 991px) {
  .page-footer .banner-after-slider .row {
    margin-bottom: 10px !important;
  }
}
.page-footer .footer-content {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.page-footer .footer-content .arrow-right:after {
  content: " ";
  display: inline-block;
  width: 20px;
  height: 12px;
  -webkit-mask-image: url("../images/icon-arrow-right-white.svg");
          mask-image: url("../images/icon-arrow-right-white.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  background-color: white;
  padding-left: 10px;
}
.page-footer .footer-content .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
  display: -webkit-flex;
  flex-wrap: wrap;
}
.page-footer .footer-content .row.first-footer-row {
  justify-content: start;
  align-items: center;
  align-content: center;
}
.page-footer .footer-content .row.first-footer-row .col-border-right {
  border-right: 1px solid #797979;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-content .row .logo {
    margin: 0 auto !important;
    margin-bottom: 10px !important;
  }
  .page-footer .footer-content .row .logo img {
    width: 100% !important;
    max-width: 250px !important;
    margin: 0 auto !important;
  }
}
.page-footer .footer-content .row-space-bottom {
  margin-bottom: 30px !important;
}
.page-footer .footer-content .row-space-bottom img {
  padding-right: 5px;
  padding-bottom: 10px;
}
.page-footer .footer-content .fake-title {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: transparent;
  font-weight: bold;
  font-size: 16px;
  margin-top: 15px;
  opacity: 0;
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-content .first-col-footer {
    margin: 0 auto;
    order: 2;
    padding-top: 0 !important;
  }
}
.page-footer .footer-content .last-column-footer {
  text-align: center;
  padding-left: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 1440px) {
  .page-footer .footer-content .last-column-footer {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer .footer-content .last-column-footer {
    margin: 0 auto;
    order: 1;
  }
}
.page-footer .footer-content .btn-footer-white {
  border: 1px solid white;
  text-align: center;
  background-color: white;
  color: #292929;
  display: block;
  width: 100%;
  padding: 7px 30px;
  margin-bottom: 7px;
  border-radius: 30px;
  word-break: break-all;
}
.page-footer .footer-content .btn-footer-white span, .page-footer .footer-content .btn-footer-white strong {
  display: block;
}
.page-footer .footer-content .btn-footer-white:last-child {
  margin-bottom: 20px;
}

.page-products .product-item-info {
  width: 100% !important;
}

@media only screen and (max-width: 767px) {
  .page-products .columns {
    margin-top: 0px;
  }
}

.fake-item-product {
  position: relative;
}
.fake-item-product .banner-promo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #AFACAC;
}

/*PAgina prodotto */
.catalog-product-view.page-layout-2columns-right .sidebar-main {
  width: 33.33333333% !important;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view.page-layout-2columns-right .sidebar-main {
    width: 50% !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-2columns-right .sidebar-main {
    width: 100% !important;
  }
}
.catalog-product-view.page-layout-2columns-right .column.main {
  width: 66.666666% !important;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view.page-layout-2columns-right .column.main {
    width: 50% !important;
  }
  .catalog-product-view.page-layout-2columns-right .column.main .product-info-main {
    width: 100% !important;
  }
  .catalog-product-view.page-layout-2columns-right .column.main .product.media {
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-2columns-right .column.main {
    width: 100% !important;
  }
}
.catalog-product-view.page-layout-2columns-right .image-mobile-box {
  display: none;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view.page-layout-2columns-right .image-mobile-box {
    display: block;
  }
}
.catalog-product-view.page-layout-2columns-right .custom-addtocart-mobile {
  display: none;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view.page-layout-2columns-right .custom-addtocart-mobile {
    display: block;
  }
}

.custom-addtocart {
  background-color: #F8F8F8;
  border-radius: 16px;
  padding: 50px 25px 50px 25px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .custom-addtocart {
    padding: 25px 25px 25px 25px;
    margin-bottom: 50px;
  }
}
.custom-addtocart .custom-box {
  display: inline-block;
  width: 40%;
  float: left;
}
@media only screen and (max-width: 480px) {
  .custom-addtocart .custom-box {
    width: 100%;
    float: none;
  }
}
.custom-addtocart .priceBox {
  display: inline-block;
  width: 100%;
  text-align: right;
  float: right;
}
.custom-addtocart .box-tocart {
  margin-top: 10px;
}
.custom-addtocart .box-tocart .fieldset {
  vertical-align: middle;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
@media only screen and (max-width: 480px) {
  .custom-addtocart .box-tocart .fieldset {
    display: block;
  }
}
.custom-addtocart .field.qty {
  width: 40%;
  display: inline-block;
  margin: 0 !important;
}
@media only screen and (max-width: 480px) {
  .custom-addtocart .field.qty {
    width: 100%;
    float: none;
    margin-bottom: 10px !important;
  }
}
.custom-addtocart .field.qty .label {
  display: none;
}
.custom-addtocart .field.qty #custom-qty {
  padding-right: 20px;
}
.custom-addtocart .field.qty #custom-qty .input-group {
  background-color: white;
  display: inline-block;
  padding: 10px 10px;
  border-radius: 14px;
  border: 1px solid #B2ABAB;
}
.custom-addtocart .field.qty #custom-qty .input-group__addon {
  display: inline-block;
  cursor: pointer;
}
.custom-addtocart .field.qty #custom-qty .input-group__addon .input-group__icon--decrease {
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
  .custom-addtocart .field.qty #custom-qty .input-group__addon .input-group__icon--decrease {
    display: none;
  }
}
.custom-addtocart .field.qty #custom-qty .input-group__addon .input-group__icon--decrease:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  content: "\e60f";
  font-family: "luma-icons";
  margin: 0;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  vertical-align: middle;
  speak: none;
  text-align: center;
  color: #292929;
}
.custom-addtocart .field.qty #custom-qty .input-group__addon .input-group__icon--increase {
  padding: 0 5px;
}
@media only screen and (max-width: 480px) {
  .custom-addtocart .field.qty #custom-qty .input-group__addon .input-group__icon--increase {
    display: none;
  }
}
.custom-addtocart .field.qty #custom-qty .input-group__addon .input-group__icon--increase:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  content: "\e61c";
  font-family: "luma-icons";
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  color: #292929;
}
.custom-addtocart .field.qty #custom-qty .input-group__input {
  width: 50px;
  display: inline-block;
  min-width: auto;
  text-align: center;
  border: 0 !important;
}
.custom-addtocart .actions {
  width: 60%;
  display: inline-block;
}
@media only screen and (max-width: 480px) {
  .custom-addtocart .actions {
    width: 100%;
    float: none;
  }
}
.custom-addtocart .actions button {
  width: 100% !important;
  margin: 0 !important;
  background-color: #F2AF1A !important;
  border: 1px solid #F2AF1A !important;
  font-size: 18px !important;
  border-radius: 32px !important;
  position: relative;
  text-transform: none;
  padding: 15px 20px !important;
}
.custom-addtocart .actions button:before {
  content: " " !important;
  -webkit-mask-image: url(../images/icon-header-cart.svg);
  mask-image: url(../images/icon-header-cart.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block !important;
  margin: 0 auto !important;
  width: 26px;
  height: 25px;
  background-color: white;
  margin-right: 10px;
  vertical-align: middle;
}
.custom-addtocart #proce-container .product-info-price .price-box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  justify-content: end;
  width: auto;
}
.custom-addtocart #proce-container .special-price {
  padding-left: 12px;
  color: #292929 !important;
  font-size: 40px !important;
  order: 2;
}
.custom-addtocart #proce-container .special-price .price {
  color: #292929 !important;
  font-size: 40px !important;
}
.custom-addtocart #proce-container .old-price {
  padding-left: 12px;
  color: #C7C7C7 !important;
  font-size: 28px !important;
  text-decoration: line-through !important;
  order: 1;
}
.custom-addtocart #proce-container .old-price .price {
  color: #C7C7C7 !important;
  font-size: 28px !important;
}
.custom-addtocart #proce-container .price-label {
  display: none !important;
}
.custom-addtocart #proce-container .discount-box {
  margin-top: 5px;
}
.custom-addtocart #proce-container .discount-box .total-discount {
  color: #17CED2;
  font-size: 18px;
  font-weight: bold;
}
.custom-addtocart #sp-container {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.custom-addtocart .shipping-info-box {
  margin-top: 30px;
  font-size: 12px;
  color: #292929;
}
.custom-addtocart .shipping-info-box img {
  margin-right: 5px;
  vertical-align: baseline;
}
.custom-addtocart .qty-box {
  margin-top: 10px;
}
.custom-addtocart .qty-box .stockStatus {
  font-size: 18px;
}
.custom-addtocart .qty-box .stockStatus .stock {
  color: red;
}
.custom-addtocart .qty-box .stockStatus .stock.available {
  display: none;
}
.custom-addtocart .qty-box .stockStatus p {
  margin: 0;
}
.custom-addtocart .qty-box .customStockStatus p {
  margin: 0;
}
.custom-addtocart .qty-box .customStockStatus .info-stock {
  font-size: 18px !important;
  color: #69AA27 !important;
}

.banner-page-product {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .banner-page-product {
    margin-top: 0px;
  }
}
.banner-page-product .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.banner-page-product .content {
  font-size: 16px !important;
  color: #292929 !important;
  margin-bottom: 25px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-items: center;
  align-content: center;
}
.banner-page-product .content img {
  margin-right: 10px;
}

.review-top-feedaty-product .fdt_merchantStriscia-2_widget_merchant {
  width: auto !important;
  min-width: auto !important;
  max-width: 100% !important;
}
.review-top-feedaty-product div:first-child {
  margin-left: 0 !important;
}

.clr {
  width: 100%;
  display: block;
  clear: both;
}

.catalog-product-view .breadcrumbs {
  margin-top: 50px;
}
.catalog-product-view .page-main {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.catalog-product-view .page-main .columns {
  padding-left: 140px !important;
  padding-right: 140px !important;
}
@media only screen and (max-width: 1440px) {
  .catalog-product-view .page-main .columns {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .page-main .columns {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.catalog-product-view .product-info-main .page-title-wrapper .page-title {
  font-weight: bold !important;
  font-size: 30px !important;
  margin-top: 8px !important;
  margin-bottom: 20px !important;
}
.catalog-product-view .product-info-main .block.related {
  padding: 0;
}
.catalog-product-view .product-info-main .block.related .block-title.title {
  text-align: left;
  margin-bottom: 22px !important;
}
.catalog-product-view .product-info-main .block.related .block-title.title strong {
  color: #292929 !important;
  font-size: 18px !important;
  font-weight: bold !important;
}
.catalog-product-view .product-info-main .block.related .product-item-related {
  border-top: 1px solid #DAD7D7;
  padding: 10px 0;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  align-content: center;
  align-items: center;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .img-container {
  max-width: 110px;
  padding-right: 10px;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .name-container {
  padding-right: 10px;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .name-container .product-item-name {
  max-width: 160px;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .name-container .product-item-name strong {
  margin: 0 !important;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .name-container .product-item-name a {
  color: #292929;
  font-size: 16px !important;
  font-weight: bold !important;
  line-height: 1.4 !important;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container {
  text-align: right;
  padding-right: 10px;
  padding-left: 10px;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .weee:after {
  display: none !important;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .price-box .price-label {
  display: none !important;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .price-box .special-price {
  color: #292929;
  display: block;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .price-box .special-price .price {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .price-box .old-price {
  color: #DAD7D7;
  display: block;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .price-box .old-price .price {
  font-size: 13px;
  line-height: 1.4;
  text-decoration: line-through;
  font-weight: bold;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .total-discount {
  color: #17CED2;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
}
@media only screen and (min-width: 1440px) {
  .catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .price-container .total-discount span {
    display: block;
  }
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .addtocart-container {
  padding-left: 10px;
  text-align: right;
  line-height: 1.4;
}
.catalog-product-view .product-info-main .block.related .product-item-related .product-info-container .addtocart-container .stock {
  line-height: 1.4;
  font-size: 13px;
  text-align: right;
}
.catalog-product-view .product-info-main .custom-attributes {
  font-size: 18px !important;
  font-weight: 400 !important;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .product-info-main .custom-attributes {
    margin-top: 50px;
  }
}
.catalog-product-view .product-info-main .custom-attributes b {
  font-weight: 400 !important;
  font-size: 18px !important;
}
.catalog-product-view .product.attribute.overview {
  font-size: 16px !important;
  font-weight: 400 !important;
}
.catalog-product-view .product.attribute.sku {
  font-size: 14px !important;
  margin-bottom: 20px;
}
.catalog-product-view .product.attribute.sku strong {
  font-weight: bold !important;
}
.catalog-product-view .custom-anchor {
  margin-top: 10px;
  margin-bottom: 40px;
}
.catalog-product-view .custom-anchor a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #69AA27;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .custom-anchor a {
    font-size: 16px;
  }
}
.catalog-product-view .custom-anchor a:hover {
  color: #69AA27;
  opacity: 0.8;
}
.catalog-product-view .block.upsell {
  padding: 0 !important;
  padding-left: 140px !important;
  padding-right: 0px !important;
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}
@media only screen and (max-width: 1440px) {
  .catalog-product-view .block.upsell {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .block.upsell {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
}
.catalog-product-view .block.upsell .block-title {
  text-align: left !important;
  font-size: 40px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .block.upsell .block-title {
    font-size: 30px;
  }
}
.catalog-product-view .block.upsell .block-title strong {
  font-size: 40px !important;
  font-weight: bold !important;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .block.upsell .block-title strong {
    font-size: 30px !important;
  }
}
.catalog-product-view .block.upsell .product-items.slick-slider {
  padding: 0 !important;
  margin: 0;
  margin-top: 20px;
  overflow: hidden;
}
.catalog-product-view .block.upsell .product-items.slick-slider .slick-list {
  margin-right: 10%;
  overflow: visible;
}
.catalog-product-view .block.upsell .slick-arrow {
  z-index: 2;
}
.catalog-product-view .block.upsell .slick-next {
  right: 15px !important;
  width: 56px;
  height: 56px;
  background-color: #292929 !important;
  border-radius: 50%;
  text-align: center;
}
.catalog-product-view .block.upsell .slick-prev {
  left: 0px !important;
  width: 56px;
  height: 56px;
  background-color: #292929 !important;
  border-radius: 50%;
  text-align: center;
}
.catalog-product-view .new-product-info-container {
  padding-left: 140px !important;
  padding-right: 140px !important;
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #F8F8F8;
}
@media only screen and (max-width: 1440px) {
  .catalog-product-view .new-product-info-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .new-product-info-container {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.catalog-product-view .new-product-info-container .new-container-info {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .new-product-info-container .new-container-info {
    margin-bottom: 50px;
  }
}
.catalog-product-view .new-product-info-container .new-container-info:last-child {
  margin-bottom: 0px;
}
.catalog-product-view .new-product-info-container .new-container-info .new-container-info-title {
  color: #292929;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .new-product-info-container .new-container-info .new-container-info-title {
    font-size: 30px;
  }
}
.catalog-product-view .new-product-info-container .new-container-info h1, .catalog-product-view .new-product-info-container .new-container-info .h1, .catalog-product-view .new-product-info-container .new-container-info h2, .catalog-product-view .new-product-info-container .new-container-info .h2 {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 15px;
}
.catalog-product-view .new-product-info-container .new-container-info .additional-attributes-wrapper {
  margin-top: 25px;
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .new-product-info-container .new-container-info .additional-attributes-wrapper {
    border: none !important;
  }
}
.catalog-product-view .new-product-info-container .new-container-info .additional-attributes-wrapper th, .catalog-product-view .new-product-info-container .new-container-info .additional-attributes-wrapper td {
  font-size: 16px;
  padding: 15px 0;
}
.catalog-product-view .new-product-info-container .new-container-info .additional-attributes-wrapper .col.data {
  text-align: right;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .new-product-info-container .new-container-info .additional-attributes-wrapper .col.data {
    text-align: left !important;
  }
}
.catalog-product-view .new-product-info-container .new-container-info #fdt_634d6c501243f_widget_merchant {
  max-width: 100% !important;
  background-color: transparent !important;
}
.catalog-product-view .new-product-info-container .new-container-info .content-shipping-block table {
  margin-bottom: 25px;
}
.catalog-product-view .new-product-info-container .new-container-info .content-shipping-block table tr {
  border-bottom: 1px solid #DDDDDD;
}
.catalog-product-view .new-product-info-container .new-container-info .content-shipping-block table tr:first-child {
  border-top: 1px solid #DDDDDD;
}
.catalog-product-view .new-product-info-container .new-container-info .content-shipping-block table td {
  font-size: 16px;
  padding: 15px 0;
}
.catalog-product-view .new-product-info-container .new-container-info .content-shipping-block table .text-right {
  text-align: right;
}
.catalog-product-view .new-product-info-container .new-container-info .content-shipping-block .bottom-text {
  font-size: 16px;
  color: #292929;
}
.catalog-product-view .new-product-info-container .new-container-info .content-shipping-block .bottom-text a {
  color: #69AA27;
  text-decoration: underline;
  font-weight: bold;
}
.catalog-product-view .new-product-info-container .new-container-info.product-payments-container .content {
  margin-bottom: 25px;
}
.catalog-product-view .new-product-info-container .new-container-info.product-payments-container .content img {
  margin: 5px 15px 5px 0;
}
.catalog-product-view .new-product-info-container .new-container-info.product-payments-container .bottom-text {
  font-size: 16px;
  color: #292929;
}
.catalog-product-view .new-product-info-container .new-container-info.product-payments-container .bottom-text a {
  color: #69AA27;
  text-decoration: underline;
  font-weight: bold;
}

.sticky-top-nav {
  background-color: #F3E401;
  text-align: center;
  width: 100%;
  display: block;
  padding: 30px 15px;
}
@media only screen and (max-width: 767px) {
  .sticky-top-nav {
    display: none;
  }
}
.sticky-top-nav a {
  color: #292929;
  font-size: 18px;
  font-weight: bold;
  padding: 0 15px;
}
@media only screen and (max-width: 552px) {
  .sticky-top-nav a {
    display: block;
    margin-bottom: 15px;
  }
  .sticky-top-nav a:last-child {
    margin-bottom: 0;
  }
}
.sticky-top-nav a:hover {
  color: #292929;
  text-decoration: underline;
}

.sticky-top-media {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0px !important;
  z-index: 90 !important;
}

/*.sticky-top-nav {
    position: sticky;
    top: 0px !important;
    z-index: 101!important;
}*/
.product-sticky-block {
  background-color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
.product-sticky-block .row {
  justify-content: start;
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}
@media only screen and (max-width: 767px) {
  .product-sticky-block .row {
    justify-content: center;
  }
  .product-sticky-block .row .col-sm-6 {
    padding: 0 !important;
  }
}
.product-sticky-block .floating-name {
  color: #292929;
  font-size: 20px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .product-sticky-block .floating-name {
    font-size: 14px;
    display: none;
  }
}
.product-sticky-block .floating-price {
  color: #292929;
  font-size: 24px;
  display: inline-block;
  padding: 0 15px;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .product-sticky-block .floating-price {
    font-size: 14px;
    display: none;
  }
}
.product-sticky-block .action.primary.tocart {
  width: auto !important;
  margin: 0 !important;
  background-color: #F2AF1A !important;
  border: 1px solid #F2AF1A !important;
  font-size: 18px !important;
  border-radius: 32px !important;
  position: relative;
  text-transform: none;
  padding: 15px 20px !important;
}
@media only screen and (max-width: 767px) {
  .product-sticky-block .action.primary.tocart {
    font-size: 14px !important;
    padding: 10px 20px !important;
  }
}
.product-sticky-block .action.primary.tocart:before {
  content: " " !important;
  -webkit-mask-image: url(../images/icon-header-cart.svg);
  mask-image: url(../images/icon-header-cart.svg);
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  display: inline-block !important;
  margin: 0 auto !important;
  width: 26px;
  height: 25px;
  background-color: white;
  margin-right: 10px;
  vertical-align: middle;
}
.product-sticky-block .text-right {
  text-align: right;
}
.product-sticky-block .right-block {
  justify-content: end;
  align-content: center;
  align-items: center;
  display: flex;
  flex-wrap: nowrap;
}

/* Mega menu Dexanet */
body.menu-active .page-wrapper {
  position: relative;
}
body.menu-active .page-wrapper:before {
  content: " ";
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: #000000;
  opacity: 0.48;
}

.sections.nav-sections {
  flex: 0 0 100%;
  max-width: 100%;
  order: 9;
  margin-bottom: 0px !important;
}

.close-menu-btn {
  background-color: #CCD835;
  width: 30px;
  height: 30px;
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.close-menu-btn:before {
  width: 20px;
  height: 20px;
  content: " ";
  display: block;
  -webkit-mask-image: url("../images/icn-close.svg");
          mask-image: url("../images/icn-close.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.custom-menu.navigation {
  max-width: 100%;
  background-color: white !important;
  display: flex !important;
  align-items: center;
  position: relative !important;
  padding-bottom: 10px !important;
  padding-left: 26px !important;
  padding-right: 26px !important;
  z-index: auto !important;
}
@media only screen and (max-width: 1440px) {
  .custom-menu.navigation {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media only screen and (max-width: 991px) {
  .custom-menu.navigation {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.custom-menu.navigation .show-product-nav {
  display: flex;
  align-items: center;
  background-color: #CCD835;
  border-color: white;
  border-radius: 27px;
  width: auto;
  padding: 10px 25px;
  min-width: 170px;
}
.custom-menu.navigation .show-product-nav .testo-header {
  text-align: left;
  line-height: 1.4;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 16px;
}
.custom-menu.navigation .show-product-nav .icon-menu {
  display: inline-block;
  margin-right: 10px;
}
.custom-menu.navigation .show-product-nav:active {
  box-shadow: none;
}
.custom-menu.navigation .show-product-nav:focus {
  outline: none;
}
.custom-menu.navigation .active {
  color: #14BDC3;
}
.custom-menu.navigation .bar1, .custom-menu.navigation .bar2, .custom-menu.navigation .bar3 {
  width: 25px;
  height: 2px;
  background-color: #FFFFFF;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 4px;
}
.custom-menu.navigation .active .bar1 {
  transform: rotate(-45deg) translate(-4px, 8px);
}
.custom-menu.navigation .active .bar2 {
  opacity: 0;
}
.custom-menu.navigation .active .bar3 {
  transform: rotate(45deg) translate(-4px, -8px);
}
.custom-menu.navigation .nav-cms.ui-menu {
  display: flex !important;
  flex: initial;
  margin: 0;
}
.custom-menu.navigation .nav-cms.ui-menu li {
  padding: 0 25px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}
.custom-menu.navigation #subnav-product {
  display: block;
  width: 100%;
  position: absolute;
  z-index: 90;
  background-color: #FFFFFF;
  color: #292929;
  top: 100%;
  max-width: 25%;
  left: 0;
  border-top: 0;
  border-left: 0;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 26px;
  padding-right: 20px;
  min-height: 100vh;
  opacity: 0;
  position: fixed;
  z-index: 9999999;
  top: 0;
  bottom: 0;
  left: -25%;
  transition: left 1s;
}
.custom-menu.navigation #subnav-product.active {
  left: 0;
  opacity: 1;
}
@media only screen and (max-width: 1440px) {
  .custom-menu.navigation #subnav-product {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.custom-menu.navigation #subnav-product .only-title-menu-item {
  margin-bottom: 2rem;
  margin-top: 1rem;
  padding-left: 30px;
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  display: none;
}
.custom-menu.navigation #subnav-product li {
  display: block;
  font-size: 16px;
  font-weight: bold;
  width: 100%;
  padding: 0;
  position: static;
  border-left: 4px solid transparent;
  margin-bottom: 0px;
}
.custom-menu.navigation #subnav-product li i {
  max-width: 23px;
  max-height: 23px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.custom-menu.navigation #subnav-product li svg, .custom-menu.navigation #subnav-product li img {
  width: auto;
  height: auto;
  max-width: 23px;
  max-height: 23px;
  color: #292929;
  fill: #292929;
}
.custom-menu.navigation #subnav-product li svg path, .custom-menu.navigation #subnav-product li img path {
  color: #292929;
  fill: #292929;
}
.custom-menu.navigation #subnav-product li a {
  width: 100%;
  line-height: inherit;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: bold;
}
@media only screen and (max-width: 1440px) {
  .custom-menu.navigation #subnav-product li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.custom-menu.navigation #subnav-product li a:hover {
  color: #14BDC3;
  background-color: white;
}
.custom-menu.navigation #subnav-product li a.ui-state-active {
  background-color: white;
  color: #14BDC3;
}
.custom-menu.navigation #subnav-product li a.ui-state-focus .ui-menu-icon::after,
.custom-menu.navigation #subnav-product li a.ui-state-active .ui-menu-icon::after {
  color: #292929 !important;
}
.custom-menu.navigation #subnav-product li .submenu {
  left: 100% !important;
  top: 0 !important;
  bottom: 0;
  box-shadow: none;
  background-color: white;
  border: 0;
  border-left: 1px solid #B2ABAB;
  max-width: 25%;
  min-width: 100%;
  width: 100%;
  display: inline-table;
  padding: 60px 0px 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 100vh;
}
.custom-menu.navigation #subnav-product li .submenu .first-parent-item {
  margin-bottom: 2rem;
  margin-top: 20px;
  cursor: pointer;
  text-decoration: none;
  color: #292929;
  display: none;
}
.custom-menu.navigation #subnav-product li .submenu li {
  background-color: white;
}
.custom-menu.navigation #subnav-product li .submenu li a.ui-state-focus, .custom-menu.navigation #subnav-product li .submenu li a.ui-state-active {
  background-color: white;
}
.custom-menu.navigation #subnav-product li .submenu li.parent > a > .ui-menu-icon::after {
  font-size: 16px;
  display: block !important;
}
.custom-menu.navigation #subnav-product li:hover {
  border-color: #14BDC3;
}
.custom-menu.navigation #subnav-product li .all-category {
  display: none;
}
.custom-menu.navigation #subnav-product .level0.parent > .level-top > .ui-menu-icon::after {
  content: "\e608";
  color: #292929;
  font-size: 16px;
  line-height: 1.4;
}
.custom-menu.navigation .nav-cms-blocks {
  justify-content: space-between;
  display: flex;
  width: inherit;
}
@media (max-width: 991px) {
  .custom-menu.navigation .nav-cms-blocks {
    display: inline-block;
  }
}
.custom-menu.navigation .nav-cms-blocks .color-blu a {
  color: #14BDC3 !important;
}
.custom-menu.navigation .nav-cms-blocks .nav-cms {
  display: inline-flex;
  width: inherit;
  justify-content: start;
}
@media (max-width: 991px) {
  .custom-menu.navigation .nav-cms-blocks .nav-cms {
    display: inline-block;
  }
}
.custom-menu.navigation .nav-cms-blocks .nav-cms li a {
  color: #292929;
  font-weight: bold;
}
.custom-menu.navigation .nav-cms-blocks .nav-cms li a:hover {
  color: #14BDC3;
}
.custom-menu.navigation #subnav-product:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 50%, #F5F2F2);
  bottom: 1.5rem;
  content: " ";
  display: block;
  height: 20%;
  pointer-events: none;
  position: absolute;
  width: 100%;
  display: none;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.custom-menu.navigation .level0.active > .level-top {
  border: 0;
  font-weight: bold;
  color: #14BDC3;
}
.custom-menu.navigation .level0.has-active > .level-top {
  border: 0;
  color: #292929;
}
.custom-menu.navigation .level0 .submenu .active > a {
  border: 0;
}

.navigation .level0 .submenu li.parent > a > .ui-menu-icon {
  right: 13px !important;
}

@media (max-width: 552px) {
  .products-upsell .product-items .product-item,
.slider-products .product-items .product-item {
    padding-right: 15px !important;
  }
}

.block-minicart .product-item-name a {
  font-weight: bold !important;
  color: #292929 !important;
}
.block-minicart .action.viewcart {
  display: block;
  margin-bottom: 15px;
  color: #292929 !important;
  padding: 15px;
  border-radius: 27px;
  font-size: 14px;
  background-color: white !important;
  border: 1px solid #292929 !important;
}
.block-minicart .action.viewcart:hover {
  color: white !important;
  background-color: #292929 !important;
}
.block-minicart #top-cart-btn-checkout {
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  padding: 15px;
  border-radius: 27px;
  background-color: #F2AF1A !important;
  border-color: #F2AF1A !important;
  color: white !important;
}
.block-minicart #top-cart-btn-checkout:hover {
  color: #F2AF1A !important;
  background-color: white !important;
}

.mageants.mage-custom .Title-block, .mageants.mage-custom .account-left-title {
  background-color: #69AA27 !important;
  background-image: none !important;
}

@media (max-width: 767px) {
  .block.filter:not(.active) .filter-title strong {
    background-color: #CCD82C !important;
    padding: 13px 15px 10px !important;
    position: fixed !important;
    top: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right: 0 !important;
    border: 0;
    color: #292929;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 0;
  }
  .block.filter:not(.active) .filter-title strong:before {
    content: "Filtri";
    font-size: 14px;
    line-height: 1.4;
    color: #292929;
  }
  .page-products .sorter {
    position: static !important;
  }
  .breadcrumbs {
    display: block !important;
  }
}
.slider-home-marchi-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .slider-home-marchi-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.slider-home-marchi-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.slider-home-marchi-container ul li {
  text-align: center;
  padding: 0 15px;
}
.slider-home-marchi-container ul li img {
  margin: 0 auto;
}

.cms-page-view .breadcrumbs {
  margin-top: 25px;
}
.cms-page-view .page-title {
  font-weight: bold;
  text-transform: capitalize;
}
.cms-page-view h1, .cms-page-view h2, .cms-page-view h3, .cms-page-view h4, .cms-page-view h5 {
  font-family: "Lato", sans-serif !important;
}

.shopby-attribute-view .shopbybrand-box .brand-filter-box .brand-filter-inner-box .brand-filter-left-box .alpha-filter > li,
.shopby-attribute-view .shopbybrand-box .brand-filter-box .letter-selected > span {
  background: #CCD835 !important;
}

.shopby-attribute-view .shopbybrand-box .brand-filter-box .brand-filter-inner-box .brand-filter-left-box .alpha-filter > li.active {
  background: #343434 !important;
}

.bg-right {
  background: linear-gradient(to bottom right, transparent 50%, white 50.25%), linear-gradient(180deg, #CCD835, #CCD835) white !important;
}

.bg-left {
  background: linear-gradient(to right top, transparent 50%, white 50.1%), linear-gradient(180deg, #CCD835, #CCD835) white !important;
}

.titolo3 {
  color: #333 !important;
}

.bloomb .action {
  background-color: #69AA27 !important;
  border-color: #69AA27 !important;
  color: white !important;
}
.bloomb .action:hover {
  background-color: white !important;
  color: #69AA27 !important;
}

.card:before {
  content: url("../images/check-green.png") !important;
}/*# sourceMappingURL=header.css.map */