/* Colore principale Home Page */
@font-face {
  font-family: "Apercu Pro";
  src: url("/themes/seochef/assets/fonts/ApercuPro-Medium.eot");
  src: local("Apercu Pro Medium"), local("ApercuPro-Medium"), url("/themes/seochef/assets/fonts/ApercuPro-Medium.eot?#iefix") format("embedded-opentype"), url("/themes/seochef/assets/fonts/ApercuPro-Medium.woff2") format("woff2"), url("/themes/seochef/assets/fonts/ApercuPro-Medium.woff") format("woff"), url("/themes/seochef/assets/fonts/ApercuPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu Pro";
  src: url("ApercuPro-Black.eot");
  src: local("Apercu Pro Black"), local("ApercuPro-Black"), url("/themes/seochef/assets/fonts/ApercuPro-Black.eot?#iefix") format("embedded-opentype"), url("/themes/seochef/assets/fonts/ApercuPro-Black.woff2") format("woff2"), url("/themes/seochef/assets/fonts/ApercuPro-Black.woff") format("woff"), url("/themes/seochef/assets/fonts/ApercuPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu Pro";
  src: url("/themes/seochef/assets/fonts/ApercuPro-Bold.eot");
  src: local("Apercu Pro Bold"), local("ApercuPro-Bold"), url("/themes/seochef/assets/fonts/ApercuPro-Bold.eot?#iefix") format("embedded-opentype"), url("/themes/seochef/assets/fonts/ApercuPro-Bold.woff2") format("woff2"), url("/themes/seochef/assets/fonts/ApercuPro-Bold.woff") format("woff"), url("/themes/seochef/assets/fonts/ApercuPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Apercu Pro";
  src: url("/themes/seochef/assets/fonts/ApercuPro-Regular.eot");
  src: local("Apercu Pro Regular"), local("ApercuPro-Regular"), url("/themes/seochef/assets/fonts/ApercuPro-Regular.eot?#iefix") format("embedded-opentype"), url("/themes/seochef/assets/fonts/ApercuPro-Regular.woff2") format("woff2"), url("/themes/seochef/assets/fonts/ApercuPro-Regular.woff") format("woff"), url("/themes/seochef/assets/fonts/ApercuPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  font-family: "Apercu Pro";
}

body {
  background-color: #fff !important;
  --swiper-theme-color: black;
}

.breadcrumb {
  margin: 1rem 0;
}

.breadcrumb a,
.breadcrumb li:after,
.breadcrumb li:last-child {
  color: #363636 !important;
}

h1,
h2 {
  color: black !important;
}

.icon-close-search {
  display: none;
}

/* HOME PAGE */
#index {
  /* Slider Home*/
  /* Sezione processo di acquisto */
  /* Sezione categorie */
}

#index .pd-0 {
  padding: 0;
  margin: 0;
}

#index #wrapper {
  padding: 0;
}

#index #wrapper > .container {
  width: 100%;
  padding: 0;
}

#index #slide-home {
  padding: 0;
  margin: 0;
}

#index #slide-home > div {
  padding: 0;
  margin: 0;
}

#index #slide-home .swiper-wrapper {
  padding: 0;
  margin: 0;
}

#index #slide-home .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 700px;
  margin: 0;
}

#index #slide-home .swiper-wrapper .swiper-slide .slider-description {
  position: absolute;
  left: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#index #slide-home .swiper-wrapper .swiper-slide .slider-description .title_block {
  font-size: 3rem;
  padding-bottom: 0.5rem;
  color: white;
}

#index #slide-home .swiper-wrapper .swiper-slide .slider-description .sub-title-widget {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  color: white;
}

#index #slide-home .swiper-wrapper .swiper-slide .slider-description .slide-link {
  padding-bottom: 0.5rem;
}

@media (max-width: 992px) {
  #index #slide-home .swiper-wrapper .swiper-slide {
    max-height: 400px;
  }
}

#index #process {
  padding: 10% 0;
  margin: 0;
}

#index #process .ApColumn {
  padding: 0;
  width: 100%;
}

#index #process .h2.titolo-processo {
  text-align: center;
  margin: 0;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 1rem 1rem 1rem 1rem;
}

@media (min-width: 992px) {
  #index #process .h2.titolo-processo {
    padding: 1rem 1rem 4rem 1rem;
    font-size: 2rem;
  }
}

#index #process .AppButton {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index #process .btn-primary,
#index #process .btn-secondary,
#index #process .btn-tertiary {
  padding: 0.8rem 3rem;
  border-radius: 100px;
  border-top-left-radius: 500px;
  border-bottom-right-radius: 500px;
}

#index #process .btn-primary {
  background-color: dimgray;
}

#index #process .btn-primary:hover {
  background-color: black;
}

@media (max-width: 992px) {
  #index #process .btn-primary.btn-lg {
    padding: 0.8rem 1.2rem;
    font-size: 10px;
  }
}

@media (min-width: 992px) {
  #index #process {
    padding: 10% 0;
    margin: 0;
  }
}

#index #home-category .block.ApImage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index #home-category .title_block {
  position: absolute;
  bottom: 50px;
  text-align: center;
  font-size: 30px;
  color: white;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 5px solid white;
}

#index #home-category .ApColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 20px;
}

#index #home-category .ApImage {
  position: relative;
  margin-bottom: 0;
}

#index #home-category .ApButton {
  position: absolute;
  bottom: 3rem;
  margin: 0 auto;
}

#index #home-category .ApButton .btn-primary {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: underline;
  font-weight: 900;
}

#wrapper {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-top: 0;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  background-color: black;
}

/* REMOVE SHADOW */
.bootstrap-touchspin {
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* FIX responsive resize */
#notification,
#wrapper,
#footer {
  display: block !important;
}

/* Listato prodotto*/
#category h1,
#category h2 {
  font-size: 16px;
  font-weight: 500;
  color: black;
}

#category .block-category {
  min-height: auto;
  background: transparent;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  margin-bottom: 0;
}

#category .block-category .block-category-inner {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#category #wrapper > .container {
  width: 100%;
}

#category .leo-compare-button.added,
#category .leo-wishlist-button.added {
  border: none;
}

#category #subcategories {
  max-width: 1024px;
  margin: 0 auto;
}

#category #subcategories .subcategory-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

#category #subcategories .subcategory-image .subcategory-name {
  position: absolute;
  color: white;
  text-transform: uppercase;
  font-size: 15px;
  margin-bottom: 0;
}

#category .leo-wishlist-button.added span.leo-wishlist-bt-content {
  background: dimgray;
  border-radius: 50%;
  padding: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

#category .leo-wishlist-button.added svg {
  fill: white;
}

.products .row {
  width: 100%;
  margin: 0;
}

#products .product-miniature.leo-wishlistproduct-item {
  display: inline-block;
}

#products .product-miniature.leo-wishlistproduct-item .product-description {
  position: inherit;
  height: auto;
  width: 100%;
  background: transparent;
}

#products .product-miniature.leo-wishlistproduct-item .product-description h1 {
  width: 100%;
}

#products .product-miniature.leo-wishlistproduct-item .delete-wishlist-product {
  position: absolute;
  z-index: 1;
  left: 5px;
}

.product-flags li.product-flag.discount,
.product-flags li.product-flag.discount-amount,
.product-flags li.product-flag.discount-percentage {
  background-color: dimgray;
  color: white;
  position: absolute;
  right: 3px;
}

#products .products,
.featured-products .products,
.product-accessories .products,
.product-miniature .products {
  margin: 0 -15px;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  background: transparent;
}

.product_list.grid {
  width: 100%;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  position: inherit;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  height: auto;
  width: 100%;
}

#products .thumbnail-container,
.featured-products .thumbnail-container,
.product-accessories .thumbnail-container,
.product-miniature .thumbnail-container {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#products .product-miniature,
.featured-products .product-miniature,
.product-accessories .product-miniature,
.product-miniature .product-miniature {
  margin: 0;
}

#products .thumbnail-container .product-thumbnail img,
.featured-products .thumbnail-container .product-thumbnail img,
.product-accessories .thumbnail-container .product-thumbnail img,
.product-miniature .thumbnail-container .product-thumbnail img {
  width: 100%;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  width: 86%;
}

#products .variant-links,
.featured-products .variant-links,
.product-accessories .variant-links,
.product-miniature .variant-links {
  text-align: left;
  background: transparent;
  top: 0;
}

.custom-checkbox input[type="checkbox"] + span.color,
.variant-links .color,
label .color {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #b5b5b5;
  border-radius: 20px;
  margin-left: 0;
  width: 2rem;
  height: 2rem;
}

#products .product-title,
.featured-products .product-title,
.product-accessories .product-title,
.product-miniature .product-title {
  margin-bottom: 0;
}

#products .product-title a,
.featured-products .product-title a,
.product-accessories .product-title a,
.product-miniature .product-title a {
  color: black;
  font-weight: 600;
}

.product-description-short {
  color: black;
  width: 86%;
  margin-bottom: 5px;
  font-size: 0.8rem;
}

.product-meta {
  position: relative;
  min-height: 110px;
}

.product-meta .h3,
.product-meta .product-price-and-shipping {
  text-align: left !important;
}

/* Media query specifica per Safari su iOS */
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait),
       only screen and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    #category .product-meta .h3,
    #category .product-meta .product-price-and-shipping {
        text-align: left !important;
    }
}



.product-meta .wishlist {
  position: absolute;
  right: 0;
  top: 0;
}

.product-meta .wishlist .leo-wishlist-button {
  color: dimgray;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 10px 0;
}

.product-meta .wishlist .leo-wishlist-button.btn-primary {
  background: transparent !important;
}

.product-meta .wishlist .leo-wishlist-button .btn-primary .material-icons,
.product-meta .wishlist .leo-wishlist-button .btn-secondary .material-icons,
.product-meta .wishlist .leo-wishlist-button .btn-tertiary .material-icons {
  margin-right: 0;
}

.product-meta .wishlist .leo-wishlist-button .leo-wishlist-bt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product-meta .wishlist .leo-wishlist-button .leo-wishlist-bt-content svg {
  fill: dimgray;
}

.pagination .page-list {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.pagination .page-list li {
  margin-right: 5px;
}

.pagination .page-list .current a {
  font-size: auto;
}

/* Filtri di ricerca */
.product-filter-custom {
  padding: 0 15px;
  margin: 0 -15px;
}

.filter-button {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  width: 100px;
}

.filter-button svg {
  fill: black;
  height: 15px;
  width: 20px;
}

.filter-button p {
  margin: 0;
  margin-left: 5px;
  color: black;
  line-height: 2px;
}

.customFilter {
  display: none;
}

.toggleFilter {
  display: block;
}

#search_filters h6 {
  color: black;
}

#search_filters .caratteristiche {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#search_filters .caratteristiche .facet {
  width: 170px;
  padding-right: 20px;
}

#search_filters .caratteristiche .facet ul {
  max-height: 200px;
  min-height: 60px;
  overflow-y: scroll;
  overflow-x: hidden;
  padding: 5px;
}

#search_filters .caratteristiche .facet .facet-title,
#search_filters .caratteristiche .facet p,
#search_filters .caratteristiche .facet a {
  color: black !important;
}

#search_filters .caratteristiche .facet .facet-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#search_filters .caratteristiche .facet .facet-label a {
  margin-top: 0;
  font-size: 12px;
}

#search_filters .caratteristiche .facet .facet-label .custom-checkbox {
  top: 0;
}

#search_filters,
#search_filters_brands,
#search_filters_suppliers {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#search_filter_controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 30px;
}

#_mobile_search_filters_clear_all {
  width: 100%;
}

#search_filters_wrapper {
  position: relative;
  background-color: white;
}

#search_filters_wrapper .btn-tertiary {
  padding: 0.8rem 1.25rem;
  margin: 0;
  margin-right: 10px;
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#search_filters_wrapper .ok {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: black;
  color: white;
  width: 100%;
  font-size: 13px;
}

.active_filters .filter-block {
  border-radius: 30px;
  padding: 0.625rem 0.8rem;
}

.active_filters .active-filter-title {
  color: black;
}

/* Cart Modal */
#blockcart-modal .modal-body {
  padding: 1.875rem;
}

#blockcart-modal .modal-body .product-name {
  text-transform: none;
  color: black;
  font-weight: 800;
  margin-bottom: 0;
}

#blockcart-modal .modal-body .product-image {
  margin: 0;
}

#blockcart-modal .modal-body .cart-content-btn {
  margin-top: 20px;
}

#blockcart-modal .modal-dialog {
  max-width: 500px;
}

#blockcart-modal .divide-right {
  border: none;
}

#blockcart-modal .btn-primary,
#blockcart-modal .btn-secondary,
#blockcart-modal .btn-tertiary {
  width: 100%;
  padding: 1rem 1.25rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}

#blockcart-modal .btn-secondary {
  margin-bottom: 10px;
}

/* Pulsanti */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: none;
}

.btn-primary {
  background-color: black;
}

.btn-primary:hover {
  opacity: 0.9 !important;
}

.add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.add-to-cart svg {
  fill: white;
  margin-right: 10px;
  padding-bottom: 5px;
}

.add-to-cart span {
  line-height: 7;
}

/* Cart Dropdown */
.leo-dropdown-cart {
  margin: 0 !important;
  top: 50px;
}

.leo-dropdown-cart .leo-dropdown-cart-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 1px solid black;
}

.leo-dropdown-cart .leo-cart-item-img img {
  width: 100% !important;
  height: auto !important;
}

.leo-dropdown-cart .leo-dropdown-additional {
  position: inherit;
  opacity: 1;
  background: transparent;
  visibility: visible;
  padding: 0;
  color: black;
}

.leo-dropdown-cart .leo-dropdown-cart-item.high-light,
.leo-dropdown-cart .leo-dropdown-cart-item.show-combination,
.leo-dropdown-cart .leo-dropdown-cart-item.show-customization,
.leo-dropdown-cart .leo-dropdown-cart-item.show-additional {
  background: transparent;
}

.leo-dropdown-cart .leo-dropdown-cart-item.last,
.leo-dropdown-cart .leo-dropdown-cart-subtotals,
.leo-dropdown-cart .leo-dropdown-cart-total {
  padding: 20px;
}

.leo-dropdown-cart .leo-cart-dropdown-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

.leo-dropdown-cart .leo-cart-dropdown-action a {
  width: 49%;
}

.leo-dropdown-cart .leo-remove-from-cart {
  right: 20px;
  bottom: 20px;
}

.leo-dropdown-cart .btn-primary,
.leo-dropdown-cart .btn-secondary,
.leo-dropdown-cart .btn-tertiary {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leo-dropdown-cart .leo-dropdown-bottom {
  padding-top: 0;
}

.leo-dropdown-cart .cart-dropdow-viewcart {
  background-color: white !important;
  color: black !important;
  border: 1px solid black;
}

.leo-dropdown-cart .leo-cart-item-info .product-name {
  font-weight: 600;
}

.leo-dropdown-cart-subtotals .products .row {
  width: auto !important;
  margin-left: -15px;
  margin-right: -15px;
}

/* Conferma ordine */
#order-confirmation #wrapper .container {
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
}

#order-confirmation #wrapper #content-wrapper {
  margin: 2vh 0;
}

#order-confirmation #order-items {
  border: none;
}

/* Pagine CMS */
#cms #wrapper .container {
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
}

#cms .page-content.page-cms {
  background-color: #f6f6f6;
  padding: 0;
}

#cms .page-content.page-cms p {
  color: black;
}

#cms #wrapper .breadcrumb[data-depth="1"] {
  display: block !important;
}

#stores #wrapper .container {
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
}

#stores .page-stores {
  width: 100%;
  margin: 0 auto;
}

#stores #wrapper .breadcrumb[data-depth="1"] {
  display: block !important;
}

.cms-id-6 #content {
  margin-top: -16px;
}

.cms-id-6 .page-header,
.cms-id-6 .breadcrumb {
  display: none;
}

.cms-id-6 #wrapper .container {
  max-width: 100% !important;
  text-align: left;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .cms-id-6 #wrapper .container {
    width: 100%;
    max-width: 100%;
  }
}

.cms-id-6 #wrapper .title_block {
  text-align: center;
  color: dimgray;
  padding: 1rem 1rem 4rem 1rem;
  font-size: 2rem;
}

.cms-id-6 #video-losenti .title_block {
  text-align: center;
  color: white;
  padding: 1rem 1rem 4rem 1rem;
  font-size: 2rem;
}

.cms-id-6 #processo .ApColumn {
  padding: 0;
}

.cms-id-6 .-white p {
  color: white !important;
}

/* Pagine Account */
#my-account #wrapper .container,
#identity #wrapper .container,
#address #wrapper .container,
#history #wrapper .container,
#order-slip #wrapper .container,
#module-psgdpr-gdpr #wrapper .container,
#module-ps_emailalerts-account #wrapper .container,
#module-leofeature-mywishlist #wrapper .container {
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
}

/* Carrello */
#cart .header-nav > .container {
  max-width: 1024px;
}

#cart #wrapper .container {
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
}

#cart #content-wrapper {
  margin: 2vh 0;
}

#cart .cart-detailed-actions .btn-primary {
  width: 100%;
}

#cart .card-block.cart-summary-totals {
  padding: 0 1.25rem 0rem;
}

#cart .product-line-grid-left {
  padding: 0;
}

#cart .btn-primary.focus,
#cart .btn-primary:focus,
#cart .btn-primary:hover {
  background-color: black;
}

#checkout .header-nav > .container {
  max-width: 1024px;
}

#checkout #wrapper .container {
  max-width: 1024px;
  text-align: left;
  margin: 0 auto;
}

#checkout #content {
  margin: 2vh 0;
  min-height: 800px;
}

#checkout section.checkout-step {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #cad5dc;
}

#checkout .log-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#checkout #footer {
  height: 80px;
}

.card {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid #363636;
}

@media (min-width: 1200px) {
  .container {
    width: 100%;
  }
}

/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #363636;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: black;
}

.product-flags li.product-flag {
  margin-top: 25px;
  color: black;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
    font-size: 0.9rem;
   padding: 0.05rem 0.4rem;
}

li.product-flag.new {
    display: none;
}

.tabs {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.blockcart.cart-preview {
  position: relative;
}

.block-promo .promo-input + button {
  margin-top: -5px;
  margin-left: -1px;
  text-transform: capitalize;
  border: 2px solid #000;
}
/*# sourceMappingURL=profile2093879909.css.map */

.cont_column_form .block_description_front p {
    color: #1c1c1c!important;
}

.grecaptcha-badge {
    bottom: 55px!important;
}

.title-black h4.title_block {
    color: #666!important;
}

.cms-id-15 .page-content.page-cms {
    background-color: unset!important;
}


.alert-nav-1 {
    background-color: #C20F2F;
    color: #fff;
    font-weight: bold;
    padding: 3px 0;
}

.cms-id-16 .cms-id-16-off {
    display: none!important;
}
.cms-id-16 .cms-id-16-on {
    display: block!important;
}
.cms-id-16-on {
    display: none!important;
}

.cms-id-16 .page-content.page-cms ul {
    color: #000 !important;
}
.cms-id-16 .page-content.page-cms {
    padding: 15px !important;
}

.text-red span.menu-title{
    color: #C41733 !important;
}

.text-super-megamenu span.menu-title{
    font-weight: 900;
    color: #C41733;
}


    .video-container-vid2025d {
        background-color: #f0f0f0; /* Colore di sfondo del contenitore */
        padding: 10px; /* Padding interno */
        border-radius: 8px; /* Angoli arrotondati */
    }
    .custom-video-vid2025d {
        border: 2px solid #ccc; /* Bordo del video */
        border-radius: 5px; /* Angoli arrotondati del video */
    }



.left-align {
  text-align: left !important;
}

.left-align a {
  display: block;
  text-align: left !important;
}

/* rimozione test in offerta da correlati */
.product-flags li.product-flag.on-sale {
  display: none;
}





/* ####################################################################### */
/* ####################################################################### */


    
#index .banner-home {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index .banner-home a {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #index .banner-home {
    margin-bottom: 40px;
  }
}

#index .banner-home .image_description {
  position: absolute;
  text-align: center;
  color: white;
  max-width: 350px;
}

@media screen and (max-width: 767px) {
  #index .banner-home .image_description {
    max-width: 90%;
  }
}

#index .btn-home {
  background-color: #222;
  color: white;
  border-radius: 0% !important;
  margin-top: 20px;
}

#index #wrapper {
  padding-top: 0px;
}

#index .banner-storia {
  margin-top: 40px;
}

#index .banner-storia div {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#index .banner-storia .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 400px;
  text-align: center;
  margin: auto;
}

#index .banner-storia .text p {
  color: white;
}

#index #video .video-hero {
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}

#index #video .container {
  max-width: 960px;
  margin: auto;
  text-align: center;
}

#index #video .fullscreen-video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

#index #video .fullscreen-video-wrap video {
  min-height: 100%;
  min-width: 100%;
}

#index #video .hero-overlay {
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
  background: #0000004d;
  opacity: 0.85;
}

#index #video .hero-content {
  z-index: 2;
}

#index #video .video-hero-play-btn {
  cursor: pointer;
  position: relative;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 auto 16px;
}

#index #video .video-hero-play-btn:after {
  display: inline-block;
  content: '';
  width: 0;
  height: 0;
  border: 13px solid transparent;
  border-left-color: #fff;
  border-top-width: 10px;
  border-bottom-width: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-5px, -50%);
          transform: translate(-5px, -50%);
}

@media (max-width: 960px) {
  #index #video .container {
    padding-right: 3rem;
    padding-left: 3rem;
  }
}

#index .carosello .owl-item .thumbnail-container {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

#index .carosello .carousel-inner > .carousel-item > a > img, #index .carousel-inner > .carousel-item > img, #index .img-fluid, #index .img-thumbnail {
  position: relative;
}

#index .carosello .product-miniature .thumbnail-container .product-thumbnail img {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

#index #products .thumbnail-container, #index .featured-products .thumbnail-container, #index .product-accessories .thumbnail-container, #index .product-miniature .thumbnail-container {
  height: auto;
}

#index .thumbnail-container, #index .featured-products .thumbnail-container, #index .product-accessories .thumbnail-container, #index .product-miniature .thumbnail-container {
  height: auto;
  width: 100%;
}

#index .product_list.grid .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index #products .product-title, #index .featured-products .product-title, #index .product-accessories .product-title, #index .product-miniature .product-title {
  text-align: left;
  margin-top: 0.7rem;
  width: 75%;
}

#index .product-meta {
  position: relative;
  min-height: 120px !important;
}

#index .product-meta .h3,
#index .product-meta .product-price-and-shipping {
  text-align: left !important;
}

#index .product-meta .wishlist {
  position: absolute;
  right: 0;
  top: 0;
}

#index .product-meta .wishlist .leo-wishlist-button {
  color: #C41733;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 0;
}

#index .product-meta .wishlist .leo-wishlist-button.btn-primary {
  background: transparent !important;
}

#index .product-meta .wishlist .leo-wishlist-button .btn-primary .material-icons,
#index .product-meta .wishlist .leo-wishlist-button .btn-secondary .material-icons,
#index .product-meta .wishlist .leo-wishlist-button .btn-tertiary .material-icons {
  margin-right: 0;
}

#index .product-meta .wishlist .leo-wishlist-button .leo-wishlist-bt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index .product-meta .wishlist .leo-wishlist-button .leo-wishlist-bt-content svg {
  fill: #C41733;
}

#index #products .variant-links, #index .featured-products .variant-links, #index .product-accessories .variant-links, #index .product-miniature .variant-links {
  position: relative;
  text-align: left;
  width: 100%;
  top: 0;
  padding-top: 0.1875rem;
  min-height: 2.5rem;
  background: #fff;
}

#index #products .product-price-and-shipping, #index .featured-products .product-price-and-shipping, #index .product-accessories .product-price-and-shipping, #index .product-miniature .product-price-and-shipping {
  color: #C41733;
}

#index .custom-checkbox input[type="checkbox"] + span.color, #index .variant-links .color, #index label .color {
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  margin: 0.3125rem;
  border-radius: 50%;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border: 1px solid rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .categoria-battaglia {
    margin-bottom: 40px;
  }
}
/*# sourceMappingURL=index-critical.css.map */

#index {
    @import "../_partials/product-card";
    .carosello .owl-item .thumbnail-container {
        box-shadow: none !important;
    }
    .carosello .carousel-inner > .carousel-item > a > img,
    .carousel-inner > .carousel-item > img,
    .img-fluid,
    .img-thumbnail {
        position: relative;
    }
    .carosello .product-miniature .thumbnail-container .product-thumbnail img {
        max-height: 100%;
        max-width: 100%;
        position: relative;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }
    .categoria-battaglia {
        a {
            display: flex !important;
            align-items: center;
            justify-content: center;
            h4 {
                position: absolute;
                padding: 0;
                color: white;
                border-bottom: 3px solid;
                padding-bottom: 5px;
                text-transform: none;
                font-weight: 600;
            }
        }
    }
}

/* ####################################################################### */
/* ####################################################################### */

.imgbox-3-home h4.title_block {
    display: inline-block;
    background-color: #222 !important;
    color: #fff !important;
    padding: 10px 20px !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    border: none !important;
    cursor: pointer !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 10 !important;
    transition: all 0.3s ease !important;
}

.imgbox-3-home h4.title_block:hover {
    background-color: #444 !important;
    transform: translate(-50%, -50%) scale(1.05) !important;
    box-shadow: 0 4px 8px rgba(0,0,0,0.3) !important;
}

