body:not([class*="elementor-page-"]) .site-main {
	max-width: 1140px!important;
}



body:not(.home) .change-color-on-scroll i,
.elementor-sticky--effects .change-color-on-scroll i{
	color: #000;
	transition: all .25s linear;
}
body:not(.home) .change-color-on-scroll i:hover,
.elementor-sticky--effects .change-color-on-scroll i:hover{
	color: var(--e-global-color-d7eab72);
}

.premium-woo-product-wrapper .price {
	display:none!important;
}
.blog-image{
	background-size: cover!important;
	background-position: center!important;
}

.woocommerce-loop-product__title{
	line-height:30px!important;
}

.woocommerce-variation-price{
	text-align: center;
}

#tab-description{
	text-align: justify;
}

div[data-purchasable="no"] .woovr-variation-image img {display: none!important;}

.order-builder-container{
	width:100%;
	min-height:150px;
	border-radius:5px;
}
.order-builder-line-container{display: none;}
.order-builder-line-container.actual-step{display: inline;}
.order-builder-line-container{font-family: "Neulis Alt Medium", sans-serif;}
.order-builder-line-container h4{font-family: "Neulis Medium", sans-serif;}
.order-builder-choices{
	text-align:center;
}
.order-builder-choices .choice{
	position: relative;
	width: 24%;
	text-align:center;
	display:inline-block;
	padding:10px;
	border:1px solid #ccc;
	margin-bottom:20px;
	border-radius:10px;
	cursor: pointer;
}
.order-builder-choices .choice.selected{
	background-color: #b7e6b7;
}

.order-builder-choices.full .choice:not(.selected){
	cursor: not-allowed!important;
	filter: grayscale(90%);
	background-color: #ededed;
	color: #999;
}

.choice-image{
	position: relative;
	width: 100%;
	height: 200px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.choice-check-mark{
	position: absolute;
	display: none;
	top: 5px;
	right: 5px;
	width: 36px;
}


.selected .choice-check-mark{
	display: inline;
}

.choice-bion{}

.choice-bion1{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 45px;
	height: 45px;
}

.choice-bion2{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 45px;
	height: 45px;
}
.choice-bion3{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 45px;
	height: 45px;
	transform: rotate(-45deg);
}
.choice-bion4{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 45px;
	height: 45px;
}
.choice-bion5{
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 45px;
	height: 45px;
}

.elementor-slide-heading {
	text-shadow: 2px 2px rgba(0,0,0,1);
}

.image-slide-show {
	background-size: contain!important;
	background-repeat: no-repeat!important;
	background-position: bottom center!important;

}

.image-slide-show > .elementor-widget-wrap{
	background-position: center;
	background-size: contain;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: #000 !important;
	font-size: 25px !important;
	font-weight: 700;
}

.woovr-variations .woovr-variation:hover {
	background-color: transparent!important;
}

.single-product .variations,
.single-product .variations th,
.single-product .variations tr,
.single-product .variations td{
	background-color:transparent!important;
}

.wpcvs-terms.wpcvs-style-rounded .wpcvs-term {
	border-radius: 10px!important;
	padding: 0px 5px 5px 5px !important;
}

.woocommerce-Price-amount.amount{
	position:relative;
	padding-left:46%;
	text-align:left;
}
.custom-note-field {
	margin-bottom: 20px;
	position: relative;
}

form.cart {
	display: flex;
	flex-direction: column;
}

form.cart .custom-note-field {
	margin-top: -20px; /* Adjust this if needed */
	margin-bottom: 20px;
}
@media (min-width: 768px) {
	.woocommerce-Price-amount.amount {
		padding-left: 46%; /* Ajusta o deslocamento para ecrãs maiores */
	}
}

/* Estilo para ecrãs pequenos (móvel) */
@media (max-width: 767px) {
	.woocommerce-Price-amount.amount {
		padding-left: 43%; /* Remove o deslocamento para ecrãs pequenos */
		text-align: left; /* Alinha o preço à esquerda */
	}
}


.dialog-close-button {
	padding: 20px 20px 20px 20px;
	border-radius: 100%;
	background-color: #2E8CC3;
	border:0!important;
	border:none!important;
}

.dialog-close-button:hover {
	/* Box shadow */
	-webkit-box-shadow: 0px 0px 0px 7px rgba(46, 140, 195, 0.32) !important; /* Safari/Chrome */
	-moz-box-shadow: 0px 0px 0px 7px rgba(46, 140, 195, 0.32) !important;    /* Firefox */
	box-shadow: 0px 0px 0px 7px rgba(46, 140, 195, 0.32) !important;

	/* Transform */
	-webkit-transform: rotateZ(180deg); /* Safari/Chrome */
	-moz-transform: rotateZ(180deg);    /* Firefox */
	-ms-transform: rotateZ(180deg);     /* IE 9 */
	-o-transform: rotateZ(180deg);      /* Opera */
	transform: rotateZ(180deg);

	/* Other styles */
	border: 0 !important;
	color: #fff;
}


@media (max-width: 600px) {
	.dialog-close-button {
		padding: 10px 10px 10px 10px;
	}

}
