/*.cormorant-garamond-<uniquifier> {*/
/*  font-family: "Cormorant Garamond", serif;*/
/*  font-optical-sizing: auto;*/
/*  font-weight: <weight>;*/
/*  font-style: normal;*/
/*}*/
h1, h2 {
  font-family: "Cormorant Garamond", serif;
  font-style: normal;
  font-weight: 600;
  text-transform: uppercase !important;
}

.video {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.img-slide {
  max-height: 650px;
}

.banner-carousel .active .content-inner .image-box {
  right: 10%;
}

.velina {
  background-blend-mode: multiply;
  background-color: #ffffff1a;
}

.owl-item, .page-title {
  padding-top: 170px;
}

.page-title {
  position: relative;
  background: #edf0f5;
  padding: 130px 0px 30px 0px !important;
}

.main-header {
  position: absolute;
  z-index: 2;
}

/*.video {*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  object-fit: cover; !* Adatta il video al contenitore *!*/
/*  filter: grayscale(100%);*/
/*  transition: filter 0.5s ease-in-out;*/
/*  opacity: 0.3;*/
/*}*/
.banner-style-one .mini-nav {
  position: absolute;
  left: 50px;
  bottom: 50px;
  display: inline-block;
  counter-reset: count;
  z-index: 1;
}

.banner-style-one .mini-nav a:hover, .txt-arancio, .filter-tabs .active {
  color: #f17830 !important;
}

.disabled {
  visibility: hidden;
}

.main-header .logo-box {
  padding: 0;
}

.main-menu .navigation > li > a, .banner-style-one .mini-nav a, .banner-carousel .content-box h1,
.banner-carousel .content-box h3, .theme-btn-one,
.main-header .search-btn .search-toggler,
.main-header .menu-right-content li a {
  color: white;
  border-color: white;
}

.main-header .menu-right-content li.shop-cart a span {
  color: black;
  background-color: white;
}


.shop-section .filters .filter-tabs li:before {
  background: #f17830 !important;
}

.sticky-header .logo-box .logo {
  position: relative;
  padding: 13px 0px !important;
}

.service-block-two .inner-box .content-box {
  padding-top: 0;
}

.service-block-two .inner-box .content-box p {
  margin-bottom: 0;
}

.hidden-checkbox {
  display: none; /* Nasconde la checkbox originale */
}

.checkbox-button {
  display: inline-block;
  padding: 0px 20px;
  margin: 5px;
  border: 1px solid #ec762f;
  background-color: white;
  color: #ed762f;
  font-weight: 300;
  cursor: pointer;
  border-radius: 0px;
  transition: all 0.3s ease;
  width: 80%;
  text-align: center;
}

.hidden-checkbox:checked + .checkbox-button {
  background-color: #f17830;
  color: white;
  border-color: #f17830;
}

/* Effetto hover */
.checkbox-button:hover {
  background-color: #f17830;
  color: white;
}

.page-title .pattern-layer {
  filter: brightness(0.9);
  opacity: 0.9;
  animation: slide 100s linear infinite;
  -webkit-animation: slide 100s linear infinite;
}

.page-title .content-box h1, .page-title .content-box .bread-crumb li a, .page-title .content-box .bread-crumb li, .page-title .content-box .bread-crumb li:before {
  color: #ffffff;
}

.shop-block-one .inner-box .image-box img {
  width: 100%;
  max-height: 171px;
  object-fit: contain;
}

.pagination li a {
  width: 60px;
}

.shop-block-one .inner-box .lower-content .price {
  position: relative;
  display: inline-block;
}

.shop-block-one .inner-box .image-box .info-list li:nth-child(2) a {
  font-size: 14px;
  font-weight: 400;
}

.banner-carousel .content-box {
  min-height: 600px;
  padding: 90px 0px 180px 0px;
}

.colore {
  width: 200px;
  padding: 5px;
}

.product-image img {
  max-height: 285px;
  object-fit: contain;
}

.product-details {
  padding: 80px 0px 85px 0px;
  z-index: 1;
}

.collection-style-two .single-item .inner-box .image-box {
  background: transparent;
  height: 264px;
}

html[lang="tr"] .shop-cart, html[lang="tr"] .prezzo_lista {
  display: none !important;
}
/*.prezzo_lista {*/
/*  display: none !important;*/
/*}*/

.product-details-content .product-image a {
  background: transparent;
}

.polarizzato {
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 0px;
  font-size: 12px;
  color: #fff;
  font-weight: 600;
  height: 20px;
  line-height: 20px;
  width: 36px;
  text-align: center;
  background-color: #f17830;
}

.nice-select {
  font-size: 14px;
}

.snipcart__font--black, .snipcart__font--subtitle, .snipcart__font--subtitle-small {
  font-weight: 400;
}

.snipcart-item-line--cart-edit .snipcart-item-line__image {
  max-width: 75px;
}


.menu-area .mobile-nav-toggler .icon-bar {
  background-color: white;
}

.menu-area .mobile-nav-toggler {
  border: 2px solid white;
}

.intro-mobile {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.paypal{
    max-width: 132px;
    background-color: white;
    border-radius: 5px;
}
.carrello {
    position: relative;
    display: inline-block;
    font-size: 18px;
    color: #b3b3b3;
    top: 3px;
}
.carrello a{
  color: #b3b3b3;
}
.carrello .cart-count{
    font-size: 10px;
    position: absolute;
    top: -7px;
    background-color: #b3b3b3;
    width: 15px;
    text-align: center;
    border-radius: 45px;
    height: 15px;
    line-height: 15px;
    color: black;
}
.main-header .header-top .info li {
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #565656;
    margin-right: 30px;
}


@media only screen and (max-width: 499px) {
  .logo-box img {
    width: 150px;
    padding-top: 10px;
  }

  .page-title .content-box h1 {
    font-size: 30px;
    line-height: 20px;
  }

  .sec-title h2 {
    font-size: 26px;
    line-height: 20px;
  }

  .service-block-two .inner-box .content-box h2 {
    font-size: 26px;
    line-height: 20px;
  }

  .news-block-one .inner-box .lower-content h3 {
    font-size: 18px;
    line-height: 18px;
  }
  .collection-style-two .single-item .inner-box .lower-content .inner h3 {
    font-size: 18px;
    line-height: 18px;
}
  .collection-style-two .single-item .inner-box .lower-content .inner .link a {
    font-size: 14px;
    line-height: 18px;
}

  .sec-title {
    margin-bottom: 15px;
  }
  .product-details {
    padding: 20px 0px 20px 0px;
  }

  .cta-section .image-layer {
    height: 375px;
  }

  .cta-section {
    padding-top: 175px;
  }

  .footer-logo {
    max-width: 200px;
    margin: 0px auto;
    padding-bottom: 15px;
  }

  .theme-btn-one {
    font-size: 13px;
    line-height: 16px;
  }

  .banner-style-one .mini-nav h3 {
    font-size: 20px;
  }


  .banner-style-one .mini-nav {
    left: 15px;
  }

  .collection-style-two .single-item .inner-box .image-box {
    background: transparent;
    height: auto;
  }
  .shop-page-section {
        padding: 15px 0px;
    }


}
