/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.14.7.1737028027
Updated: 2025-01-16 12:47:07

*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "NewYork";
  padding: 0px;
  margin: 0px;
}

/* Typografy */

.gold {
  color: #d2b976;
}

body {
  font-size: 16px;
  line-height: 24px;
}

/* Ui Elements */
.outline_button {
  padding: 0 3px 10px;
  border-bottom: 1px solid #d2b976;
  max-width: fit-content;
  transition: 300ms;
  font-size: 18px;
  font-weight: 300;
  line-height: 1em;
  position: relative;
  display:inline-block;
}

.outline_button:after {
  display: block;
  content: "";
  background: #d2b976;
  width: 6px;
  height: 6px;
  position: absolute;
  border-radius: 50%;
  bottom: -3px;
  left: 0;
  transition: 300ms;
}

.outline_button:before {
  display: block;
  content: "";
  background: #d2b976;
  width: 6px;
  height: 6px;
  position: absolute;
  bottom: -3px;
  right: 0;
  border-radius: 50%;
  transition: 300ms;
}

.outline_button:hover {
  border-bottom: 1px solid #000;
  transition: 300ms;
}
.outline_button:hover:after {
  background: #000;
  transition: 300ms;
}
.outline_button:hover:before {
  background: #000;
  transition: 300ms;
}

/* home layout */
div#home-product-carousel ul.splide__pagination.splide__pagination--ltr {
  bottom: -15%;
}
div#home-product-carousel ul.splide__pagination.splide__pagination--ltr button{
background: #000;
}

div#home-product-carousel button.splide__pagination__page.is-active{
background: #d2b976 !important;
}
.home-product-list-wrapper {
  display: none;
}
div#home-product-carousel{
  display: block;
}
@media(min-width: 981px){
  div#home-product-carousel{
    display: none;
  }

  .home-product-list-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}


.home_product-element {
  display: flex;
}

.home_product-element a {
  position: relative;
  color: unset;
  transition: 300ms;
}

.home_product-element span {
  text-align: center;
  font-size: 30px;
  display: block;
  width: 100%;
  padding: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-weight: 300;
}
@media (min-width: 981px) and (max-width: 1280px) {
  .row_outline_type_01:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    top: -19%;
    max-height: 800px;
    height: 114%;
    right: 8%;
    z-index: 0;
  }

  .absolute_image_type_01 {
    position: absolute;
    width: 46rem !important;
    right: 0;
    z-index: 0;
    bottom: 25%;
  }
  .absolute-row-fixed-column {
    position: relative;
    width: 50vw !important;
    bottom: 0px;
    height: max-content;
  }
}

@media (min-width: 1281px) and (max-width: 1599px) {
  .row_outline_type_01:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    top: -19%;
    max-height: 800px;
    height: 114%;
    right: 8%;
    z-index: 0;
  }

  .absolute_image_type_01 {
    position: absolute;
    width: 50rem !important;
    right: 3%;
    z-index: 0;
    bottom: 15%;
  }
  .absolute-row-fixed-column {
    position: relative;
    width: 40vw !important;
    bottom: 0px;
    height: max-content;
  }
}
@media (min-width: 1600px) and (max-width: 1918px) {
  .row_outline_type_01:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    top: -19%;
    max-height: 800px;
    height: 114%;
    right: 8%;
    z-index: 0;
  }

  .absolute_image_type_01 {
    position: absolute;
    width: 55rem !important;
    right: 5%;
    z-index: 0;
    bottom: 9%;
  }
  .absolute-row-fixed-column {
    position: relative;
    width: 35vw !important;
    bottom: 0px;
    height: max-content;
  }
}

@media (min-width: 1919px) {
  .absolute-row-fixed-column {
    position: relative;
    width: 31.771vw !important;
    bottom: 0px;
    height: max-content;
  }
  .row_outline_type_01:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    top: -19%;
    max-height: 800px;
    height: 114%;
    right: 8%;
    z-index: 0;
  }

  .absolute_image_type_01 {
    position: absolute;
    width: 59rem !important;
    right: 5%;
    z-index: 0;
    bottom: 9%;
  }
  .row_outline_type_01 {
    position: relative;
    top: 90px;
  }
}

.home-gallery-grid-to-slide {
  display: none;
}
div#home-gallery-carousel ul.splide__pagination.splide__pagination--ltr {
  position: absolute;
  bottom: -20%;
}

div#home-gallery-carousel button.splide__pagination__page.is-active {
  background: #d2b976;
}

div#home-gallery-carousel button.splide__pagination__page {
  background: #292929;
}
div#home-gallery-carousel {
  margin-top: 30px;
}
@media (min-width: 981px) {
  div#home-gallery-carousel {
    display: none;
  }
  .home-gallery-grid-to-slide {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 20px;
  }

  .gallery-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .gallery-item {
    display: flex;
  }

  .gallery-item img {
    width: 100%;
  }

  .gallery-item-first .gallery-item,
  .gallery-item-first .gallery-item img {
    height: 100%;
    object-fit: cover;
  }

  .gallery-item-first {
    position: relative;
  }

  .gallery-item-first:before {
    content: "";
    width: 90%;
    height: 80%;
    display: block;
    position: absolute;
    border: 3px solid #d2b976;
    bottom: -7%;
    left: -5%;
    z-index: -1;
  }
}

@media (min-width: 981px) and (max-width: 1280px) {
  .absolute_image_type_02 iframe {
    height: 40vw;
  }
  .row_outline_type_02:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    top: -19%;
    max-height: 800px;
    height: 114%;
    left: 8%;
    z-index: 0;
  }

  .absolute_image_type_02 {
    position: absolute;
    width: 46rem !important;
    left: 0;
    z-index: 0;
    bottom: 25%;
  }
  .absolute-row-fixed-column-type-02 {
    position: absolute;
    width: 50vw !important;
    bottom: 0px;
    height: max-content;
    right: 0;
  }
  .row_outline_type_02 {
    min-height: 40vw;
  }
}

@media (min-width: 1281px) and (max-width: 1599px) {
  .absolute_image_type_02 iframe {
    height: 35vw;
  }
  .row_outline_type_02:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    bottom: 5%;
    max-height: 800px;
    height: 114%;
    left: 8%;
    z-index: 0;
  }

  .absolute_image_type_02 {
    position: absolute;
    width: 50rem !important;
    left: 3%;
    z-index: 0;
    bottom: 15%;
  }
  .absolute-row-fixed-column-type-02 {
    position: absolute;
    width: 45vw !important;
    bottom: 0px;
    height: max-content;
    right: 0;
  }
  .row_outline_type_02 {
    min-height: 30vw;
  }
}
@media (min-width: 1600px) and (max-width: 1918px) {
  .absolute_image_type_02 iframe {
    height: 30vw;
  }
  .row_outline_type_02:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    bottom: 5%;
    max-height: 800px;
    height: 106%;
    left: 8%;
    z-index: 0;
  }

  .absolute_image_type_02 {
    position: absolute;
    width: 55rem !important;
    left: 5%;
    z-index: 0;
    bottom: 9%;
  }
  .absolute-row-fixed-column-type-02 {
    position: absolute;
    width: 35vw !important;
    bottom: 0px;
    height: max-content;
    right: 0;
  }
  .row_outline_type_02 {
    min-height: 25vw;
  }
}

@media (min-width: 1919px) {
  .absolute_image_type_02 iframe {
    height: 30.417vw;
  }
  .absolute-row-fixed-column-type-02 {
    position: absolute;
    width: 31.771vw !important;
    bottom: 0px;
    height: max-content;
    right: 0;
  }
  .row_outline_type_02:before {
    border: 3px solid #d2b976;
    display: block;
    content: "";
    width: 88%;
    min-height: 500px;
    position: absolute;
    bottom: 5%;
    max-height: 800px;
    height: 114%;
    left: 8%;
    z-index: 0;
  }

  .absolute_image_type_02 {
    position: absolute;
    width: 59rem !important;
    left: 5%;
    z-index: 0;
    bottom: 9%;
  }
  .row_outline_type_02 {
    position: relative;
    min-height: 25vw;
  }
}
span.contact-form-required {
    display: block;
    margin-top: 5px;
}
.home-contact-icon a {
  color: unset;
}
@media (max-width: 980px) {
  .absolute_image_type_02 iframe {
    height: 500px;
  }
}

div#home-hero-slider-track {
  height: 100%;
}

.home-hero-paragraph-wrapper {
  margin: 15px 0 40px;
}

.home-hero-slide-element {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home_slide_button a {
  padding-bottom: 10px;
  border-bottom: 1px solid #ceb97f;
  transition: 300ms;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  color: #292929;
}

.home_slide_button a:before {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ceb97f;
  bottom: -3px;
  left: 0;
  position: absolute;
  transition: 300ms;
}

.home_slide_button a:after {
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #ceb97f;
  bottom: -3px;
  right: 0;
  position: absolute;
  transition: 300ms;
}

div#home-hero-slider button.slide-pagination-btn {
  background: unset;
  border: 0;
  padding: 0 5px;
}

div#home-hero-slider button.slide-pagination-btn.active {
  font-weight: bold;
}
.home-mobile-bg {
  display: flex;
}
.home-mobile-bg img {
  width: 100%;
}

.home-hero-slide-text-wrapper {
  padding: 40px 5%;
  background: #f5f5f5;
}
.home-hero-title-wrapper h3 {
  font-size: 38px;
  line-height: 42px;
}
.home-mobile-bg {
  max-height: 300px;
  min-height: 200px;
  height: 100%;
}
.home-mobile-bg img {
  object-fit: cover;
  object-position: center;
}
.home-hero-slide-element-wrapper {
  height: 100%;
}
@media (max-width: 980px) {
  .home-hero-slide-element {
    background-image: unset !important;
  }
}

.home-hero-slide-element {
  height: 100%;
  display: flex;
}
div#home-hero-slider .black_slide button.slide-pagination-btn,
div#home-hero-slider .white_slide button.slide-pagination-btn {
  color: #292929;
}
div#home-hero-slider .slide-pagination-wrapper {
  display: flex;
  justify-content: flex-start;
  margin-top: 50px;
}
@media (min-width: 981px) {
  .home-hero-slide-element-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
  }
  div#home-hero-slider {
    height: 100vh;
  }
  div#home-hero-slider .slide-pagination-wrapper {
    margin-top: 80px;
  }
  .white_slide,
  .white_slide h3 {
    color: #fff;
  }

  .white_slide .home_slide_button a {
    color: #fff;
    transition: 300ms;
  }
  .white_slide .home_slide_button a:hover {
    color: #ceb97f;
    transition: 300ms;
    border-bottom: 1px solid #fff;
  }
  .white_slide .home_slide_button a:hover:before,
  .white_slide .home_slide_button a:hover:after {
    background: #fff;
    transition: 300ms;
  }

  .black_slide .home_slide_button a {
    color: #292929;
    transition: 300ms;
  }
  .black_slide .home_slide_button a:hover {
    color: #000;
    transition: 300ms;
    border-bottom: 1px solid #000;
  }
  .black_slide .home_slide_button a:hover:before,
  .black_slide .home_slide_button a:hover:after {
    background: #000;
    transition: 300ms;
  }
  div#home-hero-slider .white_slide button.slide-pagination-btn {
    color: #fff;
  }
  div#home-hero-slider .black_slide button.slide-pagination-btn {
    color: #000;
  }
  .home-hero-title-wrapper h3 {
    font-size: 3.125vw;
    line-height: 3.646vw;
  }
  .home-hero-slide-element {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .home-hero-slide-text-wrapper {
    padding: 0 0 0 10%;
    background: unset;
    width: 100%;
  }
  .home-mobile-bg {
    display: none;
  }
}

@media (min-width: 1600px) {
  .home-hero-slide-text-wrapper {
    max-width: 40%;
  }
  .home-hero-paragraph-wrapper {
    max-width: 90%;
  }
}
@media (min-width: 981px) and (max-width: 1599px) {
  .home-hero-slide-text-wrapper {
    max-width: 50%;
  }
  .home-hero-paragraph-wrapper {
    max-width: 100%;
  }
}

.home-mansory-grid {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.home_mansory_column {
  display: flex;
  gap: 20px;
}

span.left_bar:before {
  content: "";
  display: block;
  background: #d2b976;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  left: 0;
}

span.left_bar {
  display: block;
  background: #d2b976;
  width: 60px;
  height: 1px;
  position: relative;
}

span.right_bar:before {
  content: "";
  display: block;
  background: #d2b976;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: -4px;
  right: 0;
}

span.right_bar {
  display: block;
  background: #d2b976;
  width: 60px;
  height: 1px;
  position: relative;
}
.title_with_bars_wrapper p {
  padding: 0px;
}

.title_with_bars_wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.home_mansory-wrapper {
  display: none;
}
div#mansory-carousel {
  display: block;
}
div#mansory-carousel ul.splide__pagination.splide__pagination--ltr {
  bottom: -20%;
  position: absolute;
}
div#mansory-carousel li button {
  background: #000;
}
.home_mansory_image {
  display: flex;
}
div#mansory-carousel button.splide__pagination__page.is-active {
  background: #d2b976;
}
@media (min-width: 981px) {
  div#mansory-carousel {
    display: none;
  }
  .home_mansory-wrapper {
    display: flex;
    gap: 20px;
  }
  span.left_bar {
    display: block;
    background: #d2b976;
    width: 70px;
    height: 1px;
    position: relative;
  }
  span.right_bar {
    display: block;
    background: #d2b976;
    width: 70px;
    height: 1px;
    position: relative;
  }

  .title_with_bars_wrapper {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
  }
}

/* Contact */
.breadcrumbs a {
  transition: 300ms;
  color: unset;
}
.breadcrumbs a:hover {
  transition: 300ms;
  color: fff;
  font-weight: bold;
}

.contact-form-grid p {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form-grid input,
.contact-form-textarea textarea {
  width: 100%;
  border: 1px solid #707070;
  padding: 10px 20px;
  color: #000;
}

.contact-form-optin span.wpcf7-list-item {
  margin: 0px;
}

.contact-form-optin {
  margin: 20px 0 30px;
}

.contact-form-optin label {
  opacity: 0.6;
}

.contact-form-submit input {
  border: none;
  padding: 0 10px 12px 10px;
  font-weight: bold;
  font-size: 19px;
  color: #292929;
  background: unset;
  transition: 300ms;
  position: relative;
  text-transform: uppercase;
  cursor: pointer;
}
.contact-form-submit p {
  border-bottom: 1px solid #d2b976;
  transition: 300ms;
  position: relative;
}

.contact-form-submit p:hover {
  border-bottom: 1px solid #000;
  transition: 300ms;
  position: relative;
}
.contact-form-submit p:hover:after,
.contact-form-submit p:hover:before {
  background: #000;
  transition: 300ms;
}
.contact-form-submit p:after {
  background: #d2b976;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 0;
  bottom: -5px;
  border-radius: 50%;
  transition: 300ms;
}
.contact-form-submit p:before {
  background: #d2b976;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: -5px;
  border-radius: 50%;
  transition: 300ms;
}

.contact-form-submit p {
  width: max-content;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 981px) {
  .contact-form-grid p {
    grid-template-columns: 1fr 1fr;
  }
}

/* Gallery */
/* 
Masonry Gallery by WP Zone
https://wpzone.co/wordpress-and-divi-code-snippets/
*/
.single-page-jewels-gallery figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Footer */
.menu-menu-footer-container .current_page_item {
    border: none!important;
}

.menu-menu-footer-container .current_page_item:after, .menu-menu-footer-container .current_page_item:before {
    display: none;
}
ul#mobile_menu1 a {
    font-weight: unset;
}
.menu-menu-footer-container a {
  margin: 0 auto;
}
ul#menu-menu-footer a {
  padding-bottom: 9px;
}
.bottom_footer a {
  transition: 300ms;
  color: unset;
}

.bottom_footer a:hover {
  transition: 300ms;
  color: #000;
}
.footer-menu-wrapper ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-direction: column;
}

.footer-menu-wrapper a {
  transition: 300ms;
  color: #979797;
  text-align: center;
  display: block;
  line-height: 1em;
}

.footer-menu-wrapper a:hover {
  transition: 300ms;
  color: #292929;
}
.menu-menu-footer-container {
  margin: 40px 0;
  display: block;
}
@media (min-width: 981px) {
  .footer-menu-wrapper ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-direction: row;
  }
}


/* Single jewels */
.single-page-taxonomy-logo img {
  max-width: 225px;
  object-fit: contain;
  width: auto;
}
.single-page-jewels-wrapper {
  background: #f5f5f5;
  padding: 60px 0;
}

.single-page-row {
  width: 90%;
  max-width: 1720px;
  margin: 0 auto;
}
a.button_with_dots {
  transition: 300ms;
  color: #292929;
}
.single-page-taxonomy-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 25px;
}
.single-page-taxonomy-logo {
  margin-bottom: 20px;
  max-width: 300px;
  height: auto;
}
.single-page-taxonomy-description {
  text-align: center;
}
.single-page-taxonomy-name h4 {
    font-size: 32px;
    line-height: 1em;
    text-align: center;
}
.single-page-product-filter-controls a {
  font-size: 18px;
  line-height: 1em;
  font-family: 'NEWYORK';
  transition: 300ms;
  color: #292929;
}
.single-page-product-filter-controls a:hover {
  transition: 300ms;
  color: #d2b976;
}

a.related-post-link.current_page {
  color: #d2b976;
}
.single-page-filter-wrapper {
  padding-top: 80px;
}
.single-page-filter-elements {
  display: none;
}
.accordion.single-page-accordion-mobile{
  display:block;
}
.accordion.single-page-accordion-mobile .accordion-flex-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.accordion.single-page-accordion-mobile .accordion-flex-wrapper a {
  color: #292929;
}
@media(min-width: 981px){
  .accordion.single-page-accordion-mobile{
    display:none;
  }
  .single-page-filter-elements {
    display: block;
}
  .single-page-product-filter-controls a {
    font-size: 1.563vw;
    line-height: 1em;
    font-family: 'NEWYORK';
    transition: 300ms;
  }
  .single-page-taxonomy-name h4 {
    font-size: 2.083vw;
    line-height: 1em;
}
  .single-page-taxonomy-description {
    max-width: 350px;
    text-align: center;
}
  .single-page-jewels-wrapper {
    padding: 7.292vw 0;
  }
.single-page-row {
  width: 80%;
}
}
.accordion.single-page-accordion-mobile a.related-post-link.current_page{
  color: #d2b976;
}

    .accordion {
      margin: 20px;
  }
  
  .accordion-item {
      margin-bottom: 10px;
  }
  
  button.accordion-header {
    color: #d2b976;
    display: flex;
    justify-content: space-between;
    background: unset;
    border: 0;
    border-bottom: 1px solid #292929;
    width: 100%;
    padding: 10px 0 14px;
    font-size: 18px;
    font-weight: bold;
}
button.accordion-header.active span {
  transition: 300ms;
  transform: rotate(179deg);
}
button.accordion-header span {
  transition: 300ms;
}
  .accordion-content {
      display: none;
      padding: 10px;
      background-color: #f9f9f9;
      border-top: 1px solid #ccc;
  }

  .accordion-header.active {
      background-color: #f9f9f9;
  }

  /* Taxonomy jewels */ 
  .all-post-from-this-taxonomy {
      padding: 80px 0;
  }

  a.current_page {
    color: #d2b976 !important;
}

.pagination-posts-gallery {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  font-size: 20px;
}

.pagination-posts-gallery a{
  color: #d2b976;
  transition: 300ms;
}
.pagination-posts-gallery a:hover{
  text-decoration: underline;
}

.taxonomy-brand-list-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 50px;
}
.title_with_bars_wrapper- h4 {
  font-size: 22px;
  font-weight: bold;
}
div#lista-marchi {
  padding: 80px 0;
}
@media(min-width: 991px) and (max-width: 1440px){
  .taxonomy-brand-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 50px;
}
}
@media(min-width: 1441px){
  .taxonomy-brand-list-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 120px;
}
}

@media(min-width: 981px){
  div#lista-marchi {
    padding-top: 10.42vw;
    padding-bottom: 10.42vw;
}

}

/* header */

@media(max-width: 980px){
  .current_page_item > a,
.current_page_parent > a {
  border-bottom: 1px solid #d2b976 !important;
  position: relative;
  transition: 300ms;
  width: max-content;
}
ul.sub-menu.visible a:after,
ul.sub-menu.visible a:before{
  display: none; 
}


.current-menu-item > a:after,
.current_page_parent > a:after {
  content: '';
  background: #d2b976;
  bottom: -3px;
  left: 0;
  position: absolute ;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.current-menu-item > a:before,
.current_page_parent > a:before {
  content: '';
  background: #d2b976;
  bottom: -3px;
  right: 0;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
}
div#header-main-wrapper .menu-item-has-children > a {
    pointer-events: none;
}
div#header-main-wrapper .menu-item-has-children{
	cursor: pointer;
}

@media(min-width: 981px){
	div#header-main-wrapper ul.sub-menu li:after, div#header-main-wrapper ul.sub-menu li:before {
    display: none!important;
}
  .current_page_item ,
.current_page_parent{
  border-bottom: 1px solid #d2b976 !important;
  position: relative;
  transition: 300ms;
  width: max-content;
}
ul.sub-menu.visible:after,
ul.sub-menu.visible:before{
  display: none; 
}


.current-menu-item:after,
.current_page_parent:after {
  content: '';
  background: #d2b976;
  bottom: -3px;
  left: 0;
  position: absolute ;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.current-menu-item:before,
.current_page_parent:before {
  content: '';
  background: #d2b976;
  bottom: -3px;
  right: 0;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
}

@media(min-width: 981px) and (max-width: 1440px){
  ul#menu-menu-principale a{
    font-size: 9.8px;
  }
}

div#header-main-wrapper .et_pb_column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

div#header-main-wrapper .et_pb_module.et_pb_menu.et_pb_menu_0_tb_header.header_menu_desktop_wrappper.et_pb_bg_layout_light.et_pb_text_align_left.et_dropdown_animation_fade.et_pb_menu--without-logo.et_pb_menu--style-centered {
  margin: 0px;
}

.header-logo-wrapper {
  margin: 0px!important;
}

div#header-main-wrapper {
  box-shadow: 0 10px 10px #0000000f;
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
}

ul#mobile_menu1 {
  position: fixed !important;
  left: 0;
  z-index: 999;
  width: 100%;
}




/* Proper Collapsable Mobile Menu */
/* Style the icon's placeholder */
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
ul.et_mobile_menu li.page_item_has_children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle,
.et-db #et-boc .et-l ul.et_mobile_menu li.page_item_has_children .mobile-toggle {
  height: 100%;
  padding: 0px !important;
  max-height: 30px;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  background-color: transparent;
  border-bottom: 0;
  text-align: right;
  width: 100%;
}

ul.et_mobile_menu > li.menu-item-has-children,
ul.et_mobile_menu > li.page_item_has_children,
ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.page_item_has_children,
.et-db #et-boc .et-l ul.et_mobile_menu > li.menu-item-has-children .sub-menu li.menu-item-has-children {
  position: relative;
}

.et_mobile_menu .menu-item-has-children > a,
.et-db #et-boc .et-l .et_mobile_menu .menu-item-has-children > a {
  background-color: transparent;
}

/* Hide the Sub-menu */
ul.et_mobile_menu .menu-item-has-children .sub-menu,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu {
  display: none !important;
  visibility: hidden !important;
}

/* Show the sub-menu when the + icon is clicked */
ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
#main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #et-boc .et-l ul.et_mobile_menu .menu-item-has-children .sub-menu.visible,
.et-db #main-header ul.et_mobile_menu .menu-item-has-children .sub-menu.visible {
  display: block !important;
  visibility: visible !important;
}

/* Create the opening/closing icon using the SVG Icons */
ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children .mobile-toggle .dt-icons {
  top: 10px;
  position: relative;
  width: 20px;
}

/* Hide the closing icon if the sub-menu is not open */
ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children:not(.dt-open) .mobile-toggle .dt-close-icon {
  display: none;
}

/* Hide the opening icon if the sub-menu is open */
ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle .dt-open-icon,
.et-db #et-boc .et-l ul.et_mobile_menu li.menu-item-has-children.dt-open > .mobile-toggle .dt-open-icon {
  display: none;
}

span.mobile-toggle.no-smooth-scroll svg {
  fill: #d2b976;
}


/* Customization loop */
.customization-grid-loop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
}
.customization-loop-item a {
    display: flex;
    height: 100%;
    width: 100%;
    text-decoration: none;
    transition: 300ms;
    color: #000;
    text-align: center;
}
.customization-loop-item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.customization-title {
    margin: 15px 0 0;
    text-align: center;
}
.customization-title a{
    text-align: center;
    display: block;
}
.customization-thimbnail {
    display: flex;
}

.customization-loop-item .single-page-taxonomy-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.customization-title {
    font-size: 26px;
    font-family: 'NEWYORK';
}
@media(min-width: 981px){
    .customization-grid-loop {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}
}