@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//setaperle.it/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.1") format("woff2");
}

:root {
	--wd-text-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #777777;
	--wd-text-font-size: 14px;
	--wd-title-font: "Raleway", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 400;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Lora", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 400;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Playfair Display", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 400;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: #b72121;
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(183,33,33);
	--btn-accented-bgcolor-hover: rgb(214,34,34);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: url(https://setaperle.it/wp-content/uploads/2021/08/shoes-promo-popup.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	--wd-popup-width: 800px;
}
.header-banner {
	background-color: rgb(183,33,33);
	background-image: none;
}
.page-title-default {
	background-color: rgb(255,255,255);
	background-image: url(https://setaperle.it/wp-content/uploads/2023/09/seta_visual-logo-2-scaled.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: inherit;
	background-position: center top;
}
.footer-container {
	background-color: rgb(237,227,226);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1420px;
--wd-form-brd-radius: 0px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 0px;
}

@media (min-width: 1420px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1420px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1420px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
.dialog-widget-content section.elementor-section.elementor-top-section {
    border-color: grey !important;
}
.modal-content h1 {
    color: #fff;
    font-weight: 600;
}


/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
	max-width:1010px;

	border-radius: 20px;
	min-height: 200px;
	background: #d50661;
}

/* The Close Button */
.close {
  color: #fff;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.pop-div button:before {
    content: "\f13f";
    transition: opacity .15s ease;
    font-family: "woodmart-font";
    position: relative;
    left: -6px;
}


/* modal 2 css */


/* The Modal (background) */
.modal2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content2 {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 50%;
	border-radius: 20px;
}

/* The Close Button */
.close2 {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close2:hover,
.close2:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.size-guide td {
    border: none;
}
.size-guide table {
    border-collapse: collapse;
    border-spacing: 0;
    max-width:500px;
    margin:0 auto;
}
.size-guide tr:nth-of-type(2n){
    background-color: #f1f1f1;
}
.size-guide td {
    border: none;
    text-align:center;
    color:#000;
    font-weight: 800;
}

.size-guide thead tr {
    background: #e3e3e3;
}

.size-guide {
    padding: 45px 0;
	text-align: center;
}

div#subscribe-font {
    position: relative;
}

#subscribe-font .elementor-element.elementor-element-3861e05.elementor-widget.elementor-widget-heading {
    position: absolute;
    top: 17px;
    font-size: 15px !important;
}

#subscribe-font h2.elementor-heading-title {
    font-size: 30px !important;
    font-weight: 600;
}



#subscribe-font .elementor-element.elementor-widget-text-editor {
    margin-top: -15px;
}

.newletter-form button#wpforms-submit-16275 {
    left: 80px !important;
}
.newletter-form div#wpforms-16275-field_2-container {
    left: 70px !important;
}
@media screen and (max-width: 767px){
ul.lunghezza-collo {
    display: block !important;
}
	ul.lunghezza-collo li {
    width:100% !important;
}
	.modal-content2{
width:90% !important;
}
	.single-product .wd-after-add-to-cart .heading-paragraph-wrapper,.single-product #mc4wp-form-1 {
    width: 100% !important;
	text-align: center;
}
}

/* single product css */

.single-product .wd-after-add-to-cart {
    display: flex;
    gap: 30px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #eaeaea;
    padding: 20px 10px 20px 10px;
	    align-items: center;

}

.single-product .wd-after-add-to-cart .heading-paragraph-wrapper,.single-product #mc4wp-form-1 {
    width: 50%;
	text-align: center;
}
.single-product .wd-after-add-to-cart input.btn {
    width: 80%;
    border-radius: 10px;
    background: #B72121;
    color: #fff;
}
.single-product .wd-before-add-to-cart {
    background-color: #B72121;
    color: white;
    padding: 20px;
    margin-top: 20px;
    border-radius: 8px;
    text-align: center;
    max-width: 600px;
    width: 100%;
    font-size: 16px;
}

.single-product .wd-before-add-to-cart p {
    margin-bottom: 0 !important;
}