.tease-product {
  margin-bottom: 30px;
  font-size: 0.9rem;
}
.tease-product .onsale {
  left: 0 !important;
  top: auto !important;
  bottom: 30px;
  position: absolute;
  font-weight: 700;
  z-index: 96;
  color: #ffffff;
}
.tease-product:hover .image_preview_product img {
  border-radius: 100% 100% 0 0/80%;
}
.tease-product:hover .link_prod {
  opacity: 1;
}
.tease-product .media {
  display: block;
}
.tease-product .preview_media {
  position: relative;
  margin-bottom: 15px;
}
.tease-product .preview_media .slider_preview_prod {
  overflow: hidden;
}
.tease-product .preview_media .slider_preview_prod .swiper_navigation_span {
  color: #ffffff;
  font-size: 40px;
  text-shadow: 0px 0px 2px #999;
}
.tease-product .preview_media .slider_preview_prod .swiper_navigation_span:after {
  display: none;
  font-size: 24px;
  text-shadow: 0px 0px 2px #333333;
}
.tease-product .preview_media .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fd8552;
}
.tease-product .preview_media .image_preview_product .inner {
  position: relative;
  padding-top: 135%;
}
.tease-product .preview_media .image_preview_product .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.1s;
}
.tease-product .link_prod {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 30px;
  background-color: #ffffff;
  color: #fd8552;
  transform: translate(-50%, 0);
  text-align: center;
  text-transform: uppercase;
  min-width: 110px;
  border-radius: 20px;
  padding: 8px;
  line-height: 18px;
  opacity: 0;
  z-index: 9;
}
.tease-product .link_prod:hover {
  color: #ffffff;
  background-color: #fd8552;
}
.tease-product .marca-product-title {
  margin-bottom: 0;
}
.tease-product h2,
.tease-product h3 {
  font-size: 1em;
  font-weight: 700;
}
.tease-product h2 a,
.tease-product h3 a {
  color: #333333;
}
.tease-product .title_product_loop {
  min-height: 34px;
}
.tease-product .price del {
  margin-right: 10px;
  opacity: 0.5;
  font-size: 0.9rem;
}
.tease-product .price .woocommerce-Price-currencySymbol {
  margin-right: 2px;
}
.tease-product .selettore_colori {
  margin-top: 1em;
}
.tease-product .selettore_colori .colore {
  display: inline-block;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}
.tease-product .selettore_colori .colore.light {
  box-shadow: 0 0 1px #333333;
}

.single-product-details {
  padding: 3em 0;
}
@media (max-width: 991px) {
  .single-product-details {
    padding: 1em 0;
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  .box_img_prod .entry-images {
    position: sticky;
    top: 120px;
  }
}
.box_img_prod .onsale {
  left: auto !important;
  right: 0;
  top: 60px !important;
}
@media (max-width: 768px) {
  .box_img_prod .onsale {
    top: 40px !important;
    right: 15px;
  }
}

.onsale {
  min-width: 80px !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fd8552 !important;
  border-radius: 0 !important;
  line-height: 0.875em !important;
  min-height: auto !important;
  text-transform: uppercase;
  padding: 10px 15px !important;
}

.sezione_gallery_product .row {
  margin: 0 -5px;
}
.sezione_gallery_product .row > div {
  padding: 0 5px;
  margin-bottom: 10px;
}
.sezione_gallery_product .owl-dots {
  text-align: center;
  margin-top: 2em;
}
.sezione_gallery_product .owl-dots .owl-dot {
  margin: 0 5px;
}
.sezione_gallery_product .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dbdbdb;
  display: inline-block;
}
.sezione_gallery_product .owl-dots .owl-dot.active span {
  background-color: #fd8552;
}
.sezione_gallery_product .box_img_prod a {
  position: relative;
  padding-top: 140%;
  display: block;
}
.sezione_gallery_product .box_img_prod a img {
  -o-object-position: center 25%;
     object-position: center 25%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sezione_gallery_product .row_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.sezione_gallery_product .row_gallery > div {
  overflow: hidden;
  position: relative;
}
.sezione_gallery_product .gallery_thumbs {
  flex: 0 0 120px;
  max-width: 120px;
  height: 560px;
}
@media (max-width: 992px) {
  .sezione_gallery_product .gallery_thumbs {
    display: none;
  }
}
.sezione_gallery_product .gallery_thumbs .slide_thumb {
  cursor: pointer;
  opacity: 0.3;
  transition: 0.4s;
}
.sezione_gallery_product .gallery_thumbs .slide_thumb.swiper-slide-thumb-active, .sezione_gallery_product .gallery_thumbs .slide_thumb:hover {
  opacity: 1;
}
.sezione_gallery_product .gallery_big {
  flex: 0 0 calc(100% - 140px);
  max-width: calc(100% - 140px);
}
@media (max-width: 992px) {
  .sezione_gallery_product .gallery_big {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.sezione_gallery_product .gallery_big .slide_big .innerbox {
  position: relative;
  padding-top: 90%;
}
.sezione_gallery_product .gallery_big .slide_big .innerbox img {
  -o-object-position: center 25%;
     object-position: center 25%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sezione_gallery_product .gallery_big .swiper-button-next,
.sezione_gallery_product .gallery_big .swiper-button-prev {
  color: white;
  font-size: 40px;
  text-shadow: 0px 0px 2px #999;
}
.sezione_gallery_product .gallery_big .swiper-button-next:after,
.sezione_gallery_product .gallery_big .swiper-button-prev:after {
  display: none;
  font-size: 24px;
  text-shadow: 0px 0px 2px #333333;
}

@media (min-width: 1200px) {
  .box_cart_prod .summary {
    width: 660px;
    margin: 0 auto;
    padding: 0 30px;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .box_cart_prod .summary {
    padding: 1em 0 0;
  }
}
@media (min-width: 992px) {
  .box_cart_prod .summary {
    position: sticky;
    top: 15px;
  }
}
.box_cart_prod .summary .marca-product-title {
  font-size: 0.875em;
}
.box_cart_prod .summary h1.product_title {
  font-weight: 700;
  font-size: 3em;
  line-height: 1.125em;
  margin-bottom: 2rem;
}
@media (max-width: 991px) {
  .box_cart_prod .summary h1.product_title {
    font-size: 1.5em;
    margin: 0;
  }
}
.box_cart_prod .summary h1.product_title .entry-subtitle {
  display: block;
  font-size: 1.5rem;
  line-height: 2.5rem;
  color: #808080;
}
.box_cart_prod .summary .price {
  font-size: 2em;
  margin: 0 0 2rem;
}
@media (max-width: 991px) {
  .box_cart_prod .summary .price {
    font-size: 1.25em;
  }
}
.box_cart_prod .summary .price del {
  margin-right: 10px;
  opacity: 0.5;
}
.box_cart_prod .summary .price ins {
  text-decoration: none;
}
.box_cart_prod .summary .woocommerce-variation-price {
  margin-bottom: 1em;
}
.box_cart_prod .summary .selettore_attributo {
  margin-bottom: 1em;
}
.box_cart_prod .summary .selettore_attributo .row_label {
  font-size: 0.875em;
  margin-bottom: 1em;
}
@media (min-width: 992px) {
  .box_cart_prod .summary .selettore_attributo .row_label {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
  }
}
.box_cart_prod .summary .selettore_attributo .row_label .label {
  margin-bottom: 0.5em;
}
.box_cart_prod .summary .selettore_attributo .row_label .link_taglie {
  margin-bottom: 0.5em;
}
.box_cart_prod .summary .selettore_attributo .row_label .link_taglie a {
  text-decoration: underline;
}
.box_cart_prod .summary .selettore_attributo .options {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.box_cart_prod .summary .selettore_attributo .options .single_option {
  margin: 0 10px 10px 0;
  font-size: 0.875em;
  cursor: pointer;
  color: #b2b2b2;
  border: 1px solid #b2b2b2;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 32px;
  text-align: center;
  min-width: 32px;
}
.box_cart_prod .summary .selettore_attributo .options .single_option[data-value=assortitoneroblugrigio-melange], .box_cart_prod .summary .selettore_attributo .options .single_option[data-value=assortito] {
  font-size: 0;
  background-image: url("../img/icon/assortito.png");
  background-size: cover;
  background-repeat: no-repeat;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.bg_colore {
  padding: 4px;
  border-color: #ffffff;
  background-color: #ffffff;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.bg_colore .color {
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.bg_colore .color.light {
  box-shadow: 0 0 2px #333333;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.selected {
  font-weight: 700;
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.selected.bg_colore {
  border-color: #333333;
  background-color: #ffffff;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.single_option_pa_size {
  min-width: 32px;
  padding: 0 5px;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.disabled {
  background-color: #eee;
  opacity: 0.4;
}
.box_cart_prod .summary .selettore_attributo .options .single_option.disabled.bg_colore {
  background-color: #ffffff;
}
.box_cart_prod .summary table.variations {
  display: none;
}

.woocommerce-variation-add-to-cart {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.box_quantity .label {
  font-size: 0.875em;
  margin-bottom: 0.5em;
}
.box_quantity .input_quantity {
  display: flex;
  width: 160px;
  border-radius: 50px;
  border: 1px solid #b2b2b2;
  justify-content: center;
  /*.minus {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    border-right: none;
    padding-left: 5px;
    padding-bottom: 2px;
  }

  .plus {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-left: none;
    padding-right: 5px;
    padding-bottom: 2px;
  }*/
}
.box_quantity .input_quantity .minus,
.box_quantity .input_quantity .plus {
  height: 46px;
  width: 40px;
  background: transparent;
  border: none;
  color: #333333 !important;
}
.box_quantity .input_quantity .quantity input[type=number] {
  -moz-appearance: textfield !important;
  outline: none !important;
}
.box_quantity .input_quantity .quantity .qty {
  height: 48px;
  background: #fff;
  margin: 0 !important;
  -moz-appearance: textfield !important;
  -webkit-appearance: none !important;
  border-right: none;
  border-left: none;
  border-radius: 0 !important;
  pointer-events: none;
}

.box_add_to_cart {
  padding-top: 28px;
  padding-left: 30px;
  text-align: center;
  flex: 0 0 calc(100% - 160px);
  max-width: calc(100% - 160px);
}
@media (max-width: 991px) {
  .box_add_to_cart {
    padding: 10px 0 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.box_add_to_cart .single_add_to_cart_button {
  margin-bottom: 1rem !important;
  font-size: 0.875em;
  background-color: #fd8552 !important;
  width: 100%;
  height: 50px;
}
.box_add_to_cart .disclaimer_shipment {
  font-size: 0.875em;
}

.big_link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section_slider_marca {
  padding: 3em 15px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section_slider_marca {
    padding: 15px;
  }
  .section_slider_marca .slider_marca {
    margin-bottom: 15px;
  }
}
.section_slider_marca .tease-product-marca > .innerbox {
  position: relative;
}
.section_slider_marca .tease-product-marca > .innerbox .link_prod {
  display: none;
}
.section_slider_marca .tease-product-marca > .innerbox .image_preview_product .inner {
  position: relative;
  padding-top: 135%;
}
.section_slider_marca .tease-product-marca > .innerbox .image_preview_product .inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
  transition: 0.1s;
}
.section_slider_marca .box_product_marca .innerbox {
  height: 100%;
  background-color: #fd8552;
  color: #ffffff;
  padding: 4em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .section_slider_marca .box_product_marca .innerbox {
    padding: 2em;
  }
}
.section_slider_marca .box_product_marca .innerbox .title {
  font-size: 4em;
  font-weight: 700;
  line-height: 1.125em;
  margin-bottom: 2rem;
}
@media (max-width: 1199px) {
  .section_slider_marca .box_product_marca .innerbox .title {
    font-size: 2em;
    margin-bottom: 1rem;
  }
}
.section_slider_marca .box_product_marca .innerbox .nome_marca {
  font-size: 1.5em;
  line-height: 1.5em;
  text-decoration: underline;
  margin-bottom: 2rem;
  color: #ffffff;
}
.section_slider_marca .box_product_marca .innerbox .nome_marca:hover {
  color: #ffffff;
}
@media (max-width: 1199px) {
  .section_slider_marca .box_product_marca .innerbox .nome_marca {
    font-size: 0.875em;
  }
}
.section_slider_marca .box_product_marca .innerbox .slider_navigation {
  position: relative;
  display: flex;
}
.section_slider_marca .box_product_marca .innerbox .slider_navigation .swiper_navigation_span {
  color: #ffffff;
  position: static;
  margin-right: 10px;
  font-size: 40px;
}
.section_slider_marca .box_product_marca .innerbox .slider_navigation .swiper_navigation_span:after {
  display: none;
  font-size: 24px;
}

.section-product-description {
  background-color: #f9f5eb;
  padding: 6.5em 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-product-description {
    padding: 3em 15px;
  }
}
.section-product-description .row > div {
  padding-top: 1em;
}
@media (max-width: 767px) {
  .section-product-description .row > div {
    padding-top: 0;
  }
  .section-product-description .row > div:last-of-type {
    padding-top: 2em;
  }
}
@media (min-width: 992px) {
  .section-product-description .row {
    margin: 0 -80px;
  }
  .section-product-description .row > div {
    padding: 1em 80px;
  }
}
.section-product-description .col_testo h2 {
  font-weight: 700;
  margin-bottom: 2rem;
  font-size: 3em;
}
@media (max-width: 767px) {
  .section-product-description .col_testo h2 {
    font-size: 1.5em;
  }
}
.section-product-description .col_testo .attributes_list .single_attribute {
  font-size: 1.5em;
  line-height: 1.25em;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #b2b2b2;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .section-product-description .col_testo .attributes_list .single_attribute {
    font-size: 0.875em;
  }
}

.section_slider {
  padding: 2em 0px;
}
@media (max-width: 767px) {
  .section_slider {
    padding: 2em 0px;
  }
}

.related_products > div > h2 {
  margin-bottom: 2em;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 767px) {
  .related_products > div > h2 {
    font-size: 1.25rem;
  }
}
.related_products .slider_related_products {
  overflow: hidden;
}

.slider_products {
  overflow: hidden;
  position: relative;
}
@media (max-width: 991px) {
  .slider_products {
    padding-bottom: 32px;
  }
}
.slider_products .owl-item .tease-product {
  float: none;
  padding: 0 12px;
}
.slider_products .owl-dots {
  text-align: center;
  margin-top: 2em;
}
@media (min-width: 992px) {
  .slider_products .owl-dots {
    display: none;
  }
}
.slider_products .owl-dots .owl-dot {
  margin: 0 5px;
}
.slider_products .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dbdbdb;
  display: inline-block;
}
.slider_products .owl-dots .owl-dot.active span {
  background-color: #fd8552;
}
@media (max-width: 991px) {
  .slider_products .owl-nav {
    display: none;
  }
}
.slider_products .owl-nav button {
  position: absolute;
  top: 40%;
  transform: translate(0, -50%);
}
.slider_products .owl-nav button span {
  font-size: 50px;
  color: #ffffff;
  text-shadow: 0px 0px 2px #999;
}
.slider_products .owl-nav .owl-prev {
  left: 20px;
}
.slider_products .owl-nav .owl-next {
  right: 20px;
}
.slider_products .swiper_navigation_span {
  color: #ffffff;
  font-size: 40px;
  text-shadow: 0px 0px 2px #999;
}
.slider_products .swiper_navigation_span:after {
  display: none;
  font-size: 24px;
  text-shadow: 0px 0px 2px #333333;
}
@media (min-width: 992px) {
  .slider_products .swiper-pagination {
    display: none;
  }
}
.slider_products .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.slider_products .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fd8552;
}

.title_slider {
  margin-bottom: 2em;
  text-align: center;
}
.title_slider h2 {
  font-weight: 700;
  font-size: 1.5em;
}
@media (max-width: 767px) {
  .title_slider h2 {
    font-size: 1.25em;
  }
}

.slider_products,
.slider_marca {
  overflow: hidden;
}

.single-product .woocommerce-breadcrumb {
  padding: 3em 15px 0;
  margin: 0;
  font-size: 0.75em;
}
@media (max-width: 767px) {
  .single-product .woocommerce-breadcrumb {
    padding-top: 2em;
  }
}

#accordion_prod {
  margin-top: 2em;
}
#accordion_prod .card {
  border-bottom: 1px solid #b2b2b2;
  border-radius: 0;
  border-width: 0 0 1px;
}
#accordion_prod .card.active {
  background-color: #ccc;
}
#accordion_prod .card .card-header {
  padding: 0;
  background-color: transparent;
}
#accordion_prod .card .card-header button {
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
  padding: 1.25rem 0;
  width: 100%;
  text-align: left;
  border: none;
  background-color: transparent;
  color: #333333;
  position: relative;
  padding-right: 1.25rem;
  font-weight: 700;
}
#accordion_prod .card .card-header button.collapsed {
  font-weight: 400;
}
#accordion_prod .card .card-header button.collapsed:after {
  transform: translate(0, -50%) rotate(0deg);
}
#accordion_prod .card .card-header button:after {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23333333'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
#accordion_prod .card .card-body {
  padding: 1.25rem 0;
}
#accordion_prod .card .card-body .sku {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.woocommerce-pagination {
  display: none;
}

.woocommerce nav.woocommerce-pagination ul > li > a,
.woocommerce nav.woocommerce-pagination ul > li span {
  min-width: 2em;
}
.woocommerce nav.woocommerce-pagination ul > li span.current {
  background-color: #fd8552;
  color: #ffffff;
}

.before-shop-loop {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  background: #ffffff;
}
@media (max-width: 767px) {
  .before-shop-loop > div {
    margin-top: 1em !important;
  }
}
@media (max-width: 767px) {
  .before-shop-loop #show_filtri {
    display: block;
    line-height: 30px;
  }
}
.before-shop-loop .close_search {
  margin-bottom: 0.5rem;
  text-align: right;
  font-size: 2.5em;
}
.before-shop-loop .close_search span {
  cursor: pointer;
}
.before-shop-loop .woocommerce-notices-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
.before-shop-loop .selectdiv {
  position: relative;
}
.before-shop-loop .selectdiv select::-ms-expand {
  display: none;
}
.before-shop-loop .selectdiv label {
  margin: 0;
}
.before-shop-loop .selectdiv:after {
  content: ">";
  font-size: 24px;
  color: #333333;
  transform: rotate(90deg);
  right: 0px;
  top: 0px;
  padding: 0 0 2px;
  position: absolute;
  pointer-events: none;
}
.before-shop-loop .selectdiv select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  padding-right: 24px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid transparent;
  -ms-word-break: normal;
  word-break: normal;
}
.before-shop-loop #box_search_product {
  position: absolute;
  z-index: 99;
  background: #ffffff;
  display: none;
  width: 100%;
  top: 100%;
  transform: translate(0, -50px);
  left: 0;
  filter: drop-shadow(0px 20px 10px rgba(0, 0, 0, 0.16));
}
@media (max-width: 767px) {
  .before-shop-loop #box_search_product {
    transform: translate(0, -60px);
  }
}
.before-shop-loop #box_search_product .searchandfilter .sf-level-1 {
  display: none;
}
@media (min-width: 768px) {
  .before-shop-loop #box_search_product .searchandfilter > ul {
    display: flex;
    padding: 0;
    margin: 0 -15px;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 20%;
    padding: 0 15px;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li > h4 {
    text-transform: uppercase;
    font-size: 1em;
    font-weight: 500;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li ul {
    padding: 0;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li ul > li label {
    font-size: 0.875em;
  }
}
@media (max-width: 767px) {
  .before-shop-loop #box_search_product .searchandfilter > ul {
    padding: 0 5px;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li {
    border-bottom: 1px solid #333333;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li > h4 {
    text-transform: uppercase;
    font-size: 0.875em;
    line-height: 1.5em;
    position: relative;
    cursor: pointer;
    margin: 0;
    padding: 0;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li > h4:after {
    content: ">";
    font-size: 24px;
    color: #333333;
    transform: rotate(90deg);
    right: 0px;
    top: 0px;
    padding: 0 0 2px;
    position: absolute;
    transition: 0.5s;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li.open_filter > h4:after {
    transform: rotate(270deg);
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li.open_filter ul {
    max-height: 2000px;
    padding-top: 10px;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li ul {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li ul > li {
    display: flex;
    align-items: center;
    margin-bottom: 0.5em;
  }
  .before-shop-loop #box_search_product .searchandfilter > ul > li ul > li label {
    font-size: 0.875em;
  }
}
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:checked,
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:checked + label,
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:checked + label:before,
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  background: #fff;
}
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:checked + label:after,
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:not(:checked) + label:after {
  content: "";
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  left: 7px;
  transition: all 0.2s ease;
}
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:checked + label:before {
  background-color: #333333;
}
.before-shop-loop #box_search_product .searchandfilter [type=checkbox]:checked + label:after {
  opacity: 1;
}
.before-shop-loop #box_search_product .searchandfilter [type=radio]:checked,
.before-shop-loop #box_search_product .searchandfilter [type=radio]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.before-shop-loop #box_search_product .searchandfilter [type=radio]:checked + label,
.before-shop-loop #box_search_product .searchandfilter [type=radio]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #666;
}
.before-shop-loop #box_search_product .searchandfilter [type=radio]:checked + label:before,
.before-shop-loop #box_search_product .searchandfilter [type=radio]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  border: 1px solid #333333;
  border-radius: 100%;
  background: #fff;
}
.before-shop-loop #box_search_product .searchandfilter [type=radio]:checked + label:after,
.before-shop-loop #box_search_product .searchandfilter [type=radio]:not(:checked) + label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #333333;
  position: absolute;
  top: 3px;
  left: 3px;
  border-radius: 100%;
  transition: all 0.2s ease;
}
.before-shop-loop #box_search_product .searchandfilter [type=radio]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.before-shop-loop #box_search_product .searchandfilter [type=radio]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.stock.out-of-stock {
  font-weight: 700;
  color: #ff2727;
}

.btn-cart {
  position: relative;
}
.btn-cart .n_cart_items {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(50%, 50%);
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #333333;
  color: #ffffff;
  font-size: 0.875em;
}

.sezione_mini_cart:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99998;
  opacity: 0;
  pointer-events: none;
  transition: 0.6s;
}
.sezione_mini_cart .content_mini_cart {
  position: fixed;
  right: -120%;
  top: 0;
  max-width: 80%;
  height: 100%;
  z-index: 99999;
  width: 480px;
  background-color: #eee;
  transition: 0.6s;
  padding: 0 20px 10px;
}
.sezione_mini_cart .content_mini_cart .header_mini_cart {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
}
.sezione_mini_cart .content_mini_cart .header_mini_cart .titolo {
  font-weight: 700;
  font-size: 1.25em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
.sezione_mini_cart .content_mini_cart .header_mini_cart .titolo .n_items {
  margin-left: 5px;
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 0.5rem;
}
.sezione_mini_cart .content_mini_cart .header_mini_cart .close_mini_cart {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 2em;
  transform: translate(0, -50%);
  cursor: pointer;
  transition: 0.4s;
}
.sezione_mini_cart .content_mini_cart .header_mini_cart .close_mini_cart:hover {
  color: #fd8552;
}
.sezione_mini_cart .content_mini_cart .body_mini_cart {
  padding-top: 30px;
}
.sezione_mini_cart.open:after {
  opacity: 1;
  pointer-events: auto;
}
.sezione_mini_cart.open .content_mini_cart {
  right: 0;
}

.tease-product {
  position: relative;
}
.tease-product .yith-add-to-wishlist-button-block {
  position: absolute;
  bottom: 2px;
  right: 15px;
  margin: 0;
}
.tease-product .yith-add-to-wishlist-button-block .yith-wcwl-add-to-wishlist-button__label {
  display: none;
}

.body_mini_cart {
  height: calc(100vh - 62px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.woocommerce-custom-mini-cart {
  list-style: none;
  padding: 0;
  margin: 0;
  height: calc(100vh - 200px);
  overflow: auto;
}
.woocommerce-custom-mini-cart .custom-mini-cart-item {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-right: 40px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.woocommerce-custom-mini-cart .custom-mini-cart-item:last-of-type {
  border: none;
}
.woocommerce-custom-mini-cart .custom-mini-cart-item .thumbnail_box {
  flex: 0 0 80px;
  max-width: 80px;
}
.woocommerce-custom-mini-cart .custom-mini-cart-item .info_product {
  flex: 0 0 calc(100% - 100px);
  max-width: calc(100% - 100px);
  font-size: 0.875em;
}
.woocommerce-custom-mini-cart .custom-mini-cart-item .info_product .product_name {
  font-weight: 700;
  margin-bottom: 10px;
}
.woocommerce-custom-mini-cart .custom-mini-cart-item .remove.remove_from_cart_button {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #ccc !important;
  color: #ccc !important;
  background-color: transparent !important;
  border-radius: 0;
}
.woocommerce-custom-mini-cart .custom-mini-cart-item .remove.remove_from_cart_button:hover {
  border-color: #000 !important;
  color: #000 !important;
}

.mini_cart_footer {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ccc;
}
.mini_cart_footer .total {
  display: flex;
  justify-content: space-between;
}
.mini_cart_footer .woocommerce-mini-cart__buttons {
  display: flex;
  justify-content: space-between;
}
.mini_cart_footer .woocommerce-mini-cart__buttons .button.wc-forward {
  background-color: #ffd5c2 !important;
  color: #000 !important;
  border: none !important;
}
.mini_cart_footer .woocommerce-mini-cart__buttons .button.wc-forward:hover {
  background-color: #fd8552 !important;
  color: #fff !important;
}
.mini_cart_footer .woocommerce-mini-cart__buttons .button.wc-forward.checkout {
  background-color: #fd8552 !important;
  color: #fff !important;
}
.mini_cart_footer .woocommerce-mini-cart__buttons .button.wc-forward.checkout:after {
  font-size: 1em;
  margin-left: 0.3em;
}
.mini_cart_footer .woocommerce-mini-cart__buttons .button.wc-forward.checkout:hover {
  background-color: #000 !important;
}/*# sourceMappingURL=prods.css.map */