@media (max-width: 767px) {
	.woocommerce-order-received .woocommerce-order {
		max-width: 100%;
	}
	
	.page-accedi form.woocommerce-form.woocommerce-form-login.login {
		margin-top: 50px;
	}
	
	.woocommerce-order-received .payment-note ul li {
		overflow-wrap: break-word;
	}
	
	.woocommerce #customer_login {
		margin-top: 0 !important;
	}
}

section.woocommerce-order-details {
	margin-top: 30px !important;
}

.woocommerce-order-details thead {
	color: #000;
	font-size: 1.2rem;
	font-weight: 600;
}

.woocommerce-customer-details h2.woocommerce-column__title {}

section.woocommerce-customer-details {
	border-top: 1px solid #000;
	padding-top: 20px;
}

.tinvwl-table-manage-list tfoot tr td span {
	vertical-align: top !important;
}

.invoice-listing ul li {
	font-family: inherit;
	width: 160px !important;
	float: left;
	margin-bottom: 20px;
}

button.button {
	box-shadow: none !important;
}

.invoice-listing ul li a {
	display: block;
	color: #888 !important;
	font-family: inherit;
}

.invoice-listing ul li a:hover {
	color: var(--links-normal-color, #5bc0de) !important;
}

.invoice-listing ul li span {
	font-family: inherit;
	display: block;
	font-size: 18px;
	margin-bottom: 10px;
}

.tinv-wraper.woocommerce.tinv-wishlist.tinvwl-after-add-to-cart.tinvwl-woocommerce_after_add_to_cart_button {
	margin: auto 10px;
}

#price_filter_form a.submit {
	border: 1px solid #dfdfdf;
	color: #dfdfdf;
	background: #fff;
}

.drpdwn-cls {
	background-color: transparent;
	transition: unset;
}

.drpdwn-cls:hover {
	background-color: unset;
}

.buttons input {
	background-color: #073892;
	border: 1px solid #073892 !important;
	color: #fff !important;
}

#price_filter_form input.submit {
	color: #fff !important;
	background-color: #073892 !important;
}

#price_filter_form input.submit:hover {
	background: #104bb8 !important;
	border: 1px solid #104bb8 !important;
	color: #fff !important;
}

#price_filter_form a.submit:hover {
	background-color: #fff !important;
	color: #073892 !important;
	border: 1px solid #073892;
}

#price_filter_form a.submit {
	transition: all .3s;
}

.drpdwn-cls select {
	border: none;
	border-bottom: 1px solid #ccc !important;
}

form#price_filter_form {
	padding: 30px;
	border-radius: 18px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border-radius: 50%;
	background: #187ff9;
	width: 15px;
	height: 15px;
	top: -4px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-radius: 30px;
}

.ui-slider-horizontal {
	height: 10px !important;
}

#price_filter_form .range-slider {
	border: none !important;
}

.select-filters {
	border: none !important;
}

.buttons {
	border: none !important;
}

input#caratRange {
	border: none !important;
	border-bottom: 1px solid #ccc !important;
}

input#priceRange {
	border: none !important;
	border-bottom: 1px solid rgba(204, 204, 204, .8) !important;
}

#price_filter_form label {
	margin-bottom: 10px;
	color: #000;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	line-height: 1.8em;
	letter-spacing: 0px;
}

#price_filter_form input {
	font-family: "Poppins";
	font-family: "Poppins", Sans-serif;
	margin-bottom: 10px;
	color: #000;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0px;
	border: 1px solid #ccc;
}

.drpdwn-cls select {
	outline: 0;
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0px;
	color: #000;
	padding: 8px 16px;
	cursor: pointer;
}

#price_filter_form input.submit {
	margin-right: 20px;
	border-color: #ccc;
}

#price_filter_form a.submit {
	font-family: "Poppins", Sans-serif;
	font-size: 14px;
	font-weight: 300;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
	letter-spacing: 0px;
	border-radius: 7px 7px 7px 7px;
	padding: 5px 18px 4px 18px;
	color: unset !important;
	border: 1px solid #ccc;
	margin: 10px 0;
}

.buttons {
	border-bottom: 1px solid #ccc;
	padding-left: 15px;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.slider-box {
	width: 100%;
	padding: 0px 25px 0px 10px;
	margin-left: 5px;
}

#price_filter_form .range-slider {
	padding: 0px;
}

.slider-box #price-range, .slider-box #carat-range {
	margin: 10px 8px 10px 10px;
}

.select-filters {
	border-top: 0px;
}

@media only screen and (max-width: 600px) {
	#price_filter_form .range-slider {
		display: block;
	}
	
	form#price_filter_form {
		padding: 0px;
	}
}

.cart .button {
	text-align: center !important;
}

del.strike {
	position: relative;
	right: 10px !important;
}

.elementor-tab-content {
	position: fixed;
	right: -100%;
}

.elementor-active {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 99999;
	top: 0;
	right: 0;
	background-color: #fff;
}

.elementor-active p {
	padding: 15px 20px !important;
	margin: 0 !important;
}