/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/

* {
	letter-spacing: 0.5px;
}


.variable-item.image-variable-item {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	padding: 0 !important;
}
.variable-item.button-variable-item {
	padding: 0px !important;
	border: 1px solid #624e42 !important;
	border-radius: 0px !important;
	box-shadow: none !important;
	color: #000000 !important;
	background: transparent !important;
	font-family: Jost, sans-serif !important;
	height: 35px !important;
	width: 45px !important;
	min-width: unset !important;
}
.variable-item.button-variable-item.selected,
.variable-item.button-variable-item:hover {
	color: #ffffff !important;
  background: #624e42 !important;
}
.variable-item.button-variable-item > div > span {
	padding: 0 !important;
}

.variations tr {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.variations tr > * {
	padding: 0;
	width: 100%;
	background: none !important;
}
.variations tr > *:last-child {
	padding-bottom: 5px;
}
.variations tr:last-child {
	padding: 15px 0;
}
.variations tr > th {
	text-transform: uppercase;
	padding-bottom: 10px;
	text-align: left !important;
}
.variations tr > th > label {
	color: #624e42 !important;
	font-size: 14px !important;
	font-weight: 400 !important;
}
.reset_variations {
	display: none !important;
}


.single-product-variable-items {
	display: grid !important;
	grid-template-columns: repeat(5, 45px) !important;
	gap: 10px !important;
}
.single-product-variable-items > li {
	margin: 0 !important;
	height: 45px !important;
	width: 45px !important;
}

.woo-variation-gallery-container:has(.wvg-gallery-thumbnail-image) .woo-variation-gallery-slider-wrapper {
	display: none;
}

input.ppom-field-lacci {
	display: none;
}
.ppom-input-colore_laccio .form-check-label:has(input:checked)::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: var(--wvs-tick);
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: 60%;
}
.ppom-input-colore_laccio > .form-check-inline > .form-check-label {
	position: relative;
	cursor: pointer;
}
.ppom-input-colore_laccio {
	display: grid;
    grid-template-columns: repeat(5, 45px);
    gap: 10px;
	position: relative;
	margin-top: 8px;
	margin-bottom: 10px;
}
.ppom-input-colore_laccio > .form-check-inline {
	margin-right: 0;
	position: relative;
}
.ppom-input-colore_laccio > .form-control-label,
.ppom-input-misura > .form-control-label {
	grid-column: 1 / 6;
	color: #624e42;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	text-align: left;
	font-family: Jost, sans-serif;
}
.ppom-input-colore_laccio .ppom-label-checkbox {
	display: none;
}
.ppom-input-colore_laccio .ppom-input-option-label,
.ppom-input-misura .ppom-option-label-price {
	display: block;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: calc(100% + 12px);
	padding: 3px 15px;
	border-radius: 5px;
	background-color: #624e42;
	color: #ffffff;
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s linear;
	font-size: 14px;
}
.ppom-input-colore_laccio .form-check-label::after,
.ppom-input-misura .ppom-option-label-price::after {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	content: "";
	height: 6px;
	width: 6px;
	border-top: 6px solid #624e42;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	transition: opacity .4s linear;
}
.ppom-input-misura .ppom-option-label-price::after {
	bottom: unset !important;
	top: 100%;
}
.ppom-input-colore_laccio .form-check-label:hover > .ppom-input-option-label,
.ppom-input-colore_laccio .form-check-label:hover::after,
.ppom-input-misura .form-check:hover .ppom-option-label-price,
.ppom-input-misura .form-check:hover .ppom-option-label-price::after {
	opacity: 1;
	visibility: visible;
}

.ppom-section-collapse,
.ppom-field-wrapper {
	padding: 0 !important;
}

.ppom-input-misura {
	position: relative;
  display: grid;
  grid-template-columns: repeat(5, 45px);
  gap: 10px;
}
.ppom-input-misura .form-check {
	padding: 0;
}
.ppom-input-misura input {
	display: none;
}
.ppom-input-misura > .form-control-label {
	grid-column: 1 / 6;
}
.ppom-input-misura .ppom-input-option-label {
	height: 35px;
	width: 45px;
	border: 1px solid #624e42;
	color: #624e42;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	position: relative;
	font-family: "Jost", Sans-serif;
}
.ppom-input-misura .ppom-input-option-label:hover,
.ppom-input-misura .form-check-label:has(input:checked) .ppom-input-option-label {
	background-color: #624e42;
	color: #ffffff;
}

.variations {
	margin: 0 !important;
	margin-block-end: 0 !important;
}

/* ====================== SHOP ====================== */
.woocommerce form .form-row label.form-control-label {
	font-weight: 400;
}
.single_add_to_cart_button.disabled:hover {
	background-color: #624F42 !important;
}
.ppom-input-personalizzazione,
.ppom-input-personalizzazione * {
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	color: #624F42;
	font-weight: 300;
}
.ppom-input-testo-personalizzazione .form-control-label {
	font-family: "Jost", Sans-serif;
	font-size: 16px;
	color: #624F42;
	font-weight: 300;
	line-height: 1;
}
#testo-personalizzazione {
	background-color: transparent;
	border: 1px solid #624e42;
	border-radius: 0px;
	max-width: 500px;
}


.single-product-variable-items[data-attribute_name="attribute_pa_colore-tessuto"] {
	grid-template-columns: repeat(6, 45px) !important
}


.sentier-prod-info {
	max-width: 400px;
	font-size: 12px;
	color: #624F42;
	font-family: "Jost", Sans-serif;
	font-weight: 300;
}
.sentier-prod-info .collapseomatic {
	font-size: 14px;
}
.sentier-prod-info > hr {
	border: none;
	border-top: 1px solid #624F42;
}
.sentier-prod-info > hr + div {
	margin: 10px 0;
}
.sentier-prod-info h4 {
	font-size: 15px;
	font-weight: 500;
}
.sentier-prod-info .collapseomatic_content {
	margin: 0;
}
.sentier-prod-info .collapseomatic_content a {
	color: #624F42;
	text-decoration: underline;
}
.sentier-prod-info .collapseomatic {
	font-size: 16px;
	font-weight: 300;
}
.sentier-prod-info .flex {
	display: flex;
	margin: 20px 0;
	overflow: hidden;
}
.sentier-prod-info .flex img {
	width: 34%;
}

.woo-variation-gallery-thumbnail-wrapper .counter {
	display: none;
	position: absolute;
	bottom: 20px;
	left: 20px;
	background-color: #ffffff60;
	color: #624F42;
	padding: 5px 15px;
	font-size: 14px;
	font-family: Jost, sans-serif;
	border-radius: 20px;
}

.prodotti-correlati .related.products h2 {
	margin-left: 15px;
}
.prodotti-correlati ul.products {
	display: flex !important;
	overflow: auto;
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;
}
.prodotti-correlati ul.products::-webkit-scrollbar {
	display: none;
}
.prodotti-correlati ul.products > li {
	min-width: 250px;
	width: 100%
}
.no-scrollbar {
	-ms-overflow-style: none;  /* IE and Edge */
  	scrollbar-width: none;
}
.no-scrollbar::-webkit-scrollbar {
	display: none;
}
.blockUI.blockOverlay {
	display: none !important;	
}

.woocommerce-notices-wrapper {
	max-width: 800px;
	margin: 0 auto;
}
.woocommerce-notices-wrapper .woocommerce-error {
	color: #b81c23;
	background-color: #ffe1e2;
}
.woocommerce-notices-wrapper .woocommerce-message {
	color: #8fae1b;
	background-color: #eaf0d7;
}
.woocommerce-notices-wrapper .woocommerce-message .button.wc-forward {
	color: #ffffff;
	background-color: #8fae1b;
}

.paypal-buttons {
	margin-top: 15px;
}

body .woo-variation-gallery-wrapper .wvg-gallery-thumbnail-image.wvg-gallery-video-thumbnail div:after {
	content: none;
}
.wvg-gallery-video-thumbnail {
	width: 100%;
}

/*
 *  TAGLIE
 * 
 */
.button-variable-item-35-38 > div > span,
.button-variable-item-39-42 > div > span,
.button-variable-item-43-46 > div > span,
.button-variable-item-36-40 > div > span,
.button-variable-item-41-45 > div > span,
.button-variable-item-35-38-en > div > span,
.button-variable-item-39-42-en > div > span,
.button-variable-item-43-46-en > div > span,
.button-variable-item-36-40-en > div > span,
.button-variable-item-41-45-en > div > span{
	font-size: 14px !important;
}


/*
 * BUG GALLERY 
 * 
 * 
 */

.product_cat-cotone .wvg-gallery-thumbnail-image:not(.current-thumbnail),
.product_cat-cotton .wvg-gallery-thumbnail-image:not(.current-thumbnail),
.product_cat-lana .wvg-gallery-thumbnail-image:not(.current-thumbnail),
.product_cat-wool .wvg-gallery-thumbnail-image:not(.current-thumbnail),
.product_cat-accessori .wvg-gallery-thumbnail-image:not(.current-thumbnail),
.product_cat-accessories .wvg-gallery-thumbnail-image:not(.current-thumbnail){
	display: none !important;
}

.product_cat-cotone .counter,
.product_cat-cotton .counter,
.product_cat-lana .counter,
.product_cat-wool .counter,
.product_cat-accessori .counter,
.product_cat-accessories .counter {
	display: none !important;
}


/* ====================== MENU ====================== */

.uc-mega_menu_title {
	cursor: pointer;
	color: #7B6A58 !important;
	letter-spacing: 2px;
}
.uc-mega_menu_title * {
	letter-spacing: 2px;
}
a.uc-mega_menu_title:hover,
.uc-mega_menu_section a:hover {
	font-weight: 400 !important;
	color: #7B6A58 !important;
}
.uc-mega_menu_section a {
	color: #7B6A58;
	text-decoration: none;
}

#stores-link a {
	text-decoration: underline;
	color: #7B6A58;
}

#shop-menu > div {
	display: flex;
	flex-direction: column;
	align-items: start;
}
#shop-menu > div > p {
	display: inline-block;
}
#shop-menu > div > p.active {
	font-weight: 400 !important;
	color: #7B6A58 !important;
}
#shop-menu > div > .has-nested {
	cursor: pointer;
}
#shop-nested-links > div {
	display: none;
}
@media (width >= 768px){
	#shop-nested-links > div:hover {
		display: block;
	}
}

.wpml-ls-current-language {
	display: none !important;
}

.elementor-menu-cart__main {
	min-width: 600px !important;
}
.elementor-menu-cart__main dl.variation dt {
	max-width: 200px;
}

/* ====================== NEWSLETTER ====================== */
.newsletter-form {
	max-width: 400px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	gap: 15px;
}
.newsletter-form .newslet_input {
	border: 1px solid #624f42;
	border-radius: 12px;
	color: #624f42;
	background-color: transparent;
	outline: none;
	font-family: "Jost", Sans-serif;
	font-size: 15px;
}
.newsletter-form .newslet_input::placeholder,
.newsletter-form .newslet_input::-ms-input-placeholder {
  color: #624f42;
  opacity: 1;
}
.newsletter-form .newslet_input:focus {
	border-width: 2px;	
}
.newsletter-form a {
  	color: #624f42;
	display: inline-block;
}
.newsletter-form a:hover {
	text-decoration: underline;	
}
.newsletter-form .newslet_subm {
	border: 1px solid #624f42;
	border-radius: 12px;
	color: #624f42;
	font-family: "Jost", Sans-serif;
	font-size: 15px;
}
.newsletter-form .newslet_subm:hover,
.newsletter-form .newslet_subm:active {
	background-color: #624f42;
	color: #ffffff;
}

/* checkbox */
.newsletter-form  label {
  display: flex;
  align-items: center;
  gap: 15px;
  position: relative;
  cursor: pointer;
  font-family: "Jost", Sans-serif;
  font-size: 15px;
  font-weight: 400;
}
.newsletter-form .newslet_chk {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.newsletter-form .newslet_chk + span {
  cursor: pointer;
  display: block;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #624f42;
}

.newsletter-form label:hover .newslet_chk + span {
  background-color: #7b6a58;
}

.newsletter-form .newslet_chk:checked + span {
  background-color: #624f42;
}

.newsletter-form .newslet_chk + span::after {
  content: "";
  position: absolute;
  display: none;
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.newsletter-form .newslet_chk:checked + span::after {
  display: block;
}

.mc4wp-response {
  text-align: center;
  margin-top: 25px;
  font-family: "Jost", Sans-serif;
  font-size: 15px;
}

/* ====================== FOOTER ====================== */
#footer-sentier a {
	color: #7B6A58 !important;
	text-decoration: none;
	cursor: pointer;
}
#footer-sentier a:hover {
	color: #7B6A58 !important;
	text-decoration: underline;
}
#footer-sentier .newslet_input {
	background: transparent;
	border: 1px solid #7B6A58;
	border-radius: 10px;
	margin-bottom: 10px;
	color: #7B6A58;
	outline: none;
}
#footer-sentier .newslet_input::placeholder {
	color: #7B6A58;
}
#footer-sentier .mc4wp-form-fields label {
	display: flex;
	gap: 10px;
	align-items: center;
}
#footer-sentier .mc4wp-form-fields label > input {
	display: none;
}
#footer-sentier .mc4wp-form-fields label > span {
	width: 15px;
	height: 15px;
	border: 1px solid #7B6A58;
	background-color: transparent;
	position: relative;
	display: block;
	cursor: pointer;
}
#footer-sentier .mc4wp-form-fields label > span:after {
	content: "";
	position: absolute;
	display: none;
}

#footer-sentier .mc4wp-form-fields label > input:checked + span:after {
	display: block;
	left: 5px;
	top: 1px;
	width: 5px;
	height: 10px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

#footer-sentier .mc4wp-form-fields label > input:checked + span {
	background-color: #7B6A58;
	color: #ffffff;
}
#footer-sentier .newslet_subm {
	background: transparent;
	border: 1px solid #7B6A58;
	color: #7B6A58;
	border-radius: 10px;
	cursor: pointer;
}
#footer-sentier .newslet_subm:hover {
	background: #7B6A58;
	color: #ffffff;
}
#footer-sentier p,
#footer-sentier + div p {
	margin: 0;
}



/* ====================== WHATSAPP ====================== */

#qlwapp {
	margin-bottom: 45px;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle {
	width: 40px !important;
	height: 40px !important;
}

#qlwapp .qlwapp-toggle, #qlwapp .qlwapp-box .qlwapp-header, #qlwapp .qlwapp-box .qlwapp-user, #qlwapp .qlwapp-box .qlwapp-user:before {
	background-color: #913115 !important;
}

#qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-icon, #qlwapp.qlwapp-bubble .qlwapp-toggle .qlwapp-close {
	font-size: 20px !important;
}



/* ====================== MOBILE ====================== */

@media (width < 768px){
	.woo-variation-product-gallery {
		width: 100vw;
	}
	.woo-variation-gallery-thumbnail-slider {
		display: flex !important;
		align-items: center;
		overflow: hidden;
	}
	.woo-variation-gallery-thumbnail-slider * {
		min-width: 100vw;
		width: 100vw;
		user-select: none;
		pointer-events: none;
	}
	.uc-mega_menu-burger-icon {
		background-color: transparent !important;
	}
	.woo-variation-gallery-thumbnail-wrapper .counter {
		display: block;
	}
	
	.prodotti-correlati .related.products h2 {
		margin-left: 30px !important;
	}
	
	/*MENU*/
	
	.red-sentier a {
		color: #913115;
	}	
	
}