@import url("https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400;500;600;700&family=Open+Sans:wght@400;600;700&display=swap");
body {
  font-family: "Open Sans", sans-serif;
  color: black;
  background-color: #ffffff;
  overflow-x: hidden;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

.clearfix {
  display: inline-block;
}

.clearfix {
  display: block;
  zoom: 1;
}

#menu-filtering h1, #menu-filtering h2, #menu-filtering h3, #menu-filtering h4 {
  font-family: "Dancing Script", cursive;
  font-weight: 700;
  color: #423011;
}
#menu-filtering h1 {
  font-size: calc(1.6rem + 1vw);
  line-height: 56px;
  font-style: italic;
}
#menu-filtering h3 {
  font-size: calc(1rem + 1vw);
  text-align: center;
  font-style: italic;
}
#menu-filtering h4 {
  font-size: calc(0.1rem + 1.4vw);
  text-align: center;
  font-style: italic;
}
#menu-filtering #sub-sotto-titolo,
#menu-filtering #sub-sotto-titolo1 {
  margin: 0px;
}
#menu-filtering #sub-sotto-titolo p {
  font-size: calc(0.2rem + 1.1vw);
  font-weight: bold;
  font-style: normal;
  line-height: 0.8;
}
#menu-filtering #sub-sotto-titolo1 p {
  font-size: calc(0.1rem + 1vw);
  font-weight: normal;
  font-style: italic;
  line-height: 0.8;
}
#menu-filtering .filters_menu {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  list-style-type: none;
  margin: 10px 0 20px 0;
}
#menu-filtering .filters_menu a {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
  font-size: 22px;
}
#menu-filtering .filters_menu a.selected {
  background-color: #222831;
  color: #ffffff;
}
#menu-filtering .filters_menu li {
  padding: 7px 25px;
  cursor: pointer;
  border-radius: 25px;
  color: black;
}
#menu-filtering .filters_menu li.active {
  background-color: #151313;
  color: #ffffff;
}
#menu-filtering .filters_menu li:hover {
  background-color: #d5604e;
  color: white;
}
#menu-filtering .box,
#menu-filtering .box1 {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  color: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  /*background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);*/
  /*background: linear-gradient(to bottom, #f1f2f3, #222831);*/
}
#menu-filtering .box .img-box,
#menu-filtering .box1 .img-box {
  background: #f1f2f3;
  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;
  height: 215px;
  border-radius: 0 0 0 45px;
  margin: -1px;
}
#menu-filtering .box .img-box img,
#menu-filtering .box1 .img-box img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 0 45px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#menu-filtering .box .detail-box,
#menu-filtering .box1 .detail-box {
  padding: 25px;
}
#menu-filtering .box .detail-box h5,
#menu-filtering .box1 .detail-box h5 {
  font-weight: 600;
  font-size: calc(0.9rem + 0.6vw);
  color: #ffffff;
  font-style: italic;
}
#menu-filtering .box .options,
#menu-filtering .box1 .options {
  margin: 20px 20px;
}
#menu-filtering .box .options .options-prezzo,
#menu-filtering .box1 .options .options-prezzo {
  width: 80px;
  height: 40px;
  border-radius: 15%;
  background: #413f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  color: #ffffff;
  font-size: calc(0.7rem + 0.6vw);
  display: flex;
  margin-right: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#menu-filtering .box .options a,
#menu-filtering .box1 .options a {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background: #ffbe33;
  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;
  text-decoration: none;
}
#menu-filtering .box .options a.cart,
#menu-filtering .box1 .options a.cart {
  color: green;
  cursor: pointer;
  font-size: 40px;
  padding-bottom: 2px;
}

.box {
  background: linear-gradient(to bottom, #f1f2f3 25px, #222831 25px);
}

.box1 {
  background: linear-gradient(to bottom, #222831, #222831);
}

#iso-container {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
}

.element {
  width: 420px;
  margin: 5px;
}

/*# sourceMappingURL=myIsotope.css.map */
