/* LIST */

.elementor-widget-text-editor li {
	margin: 0 0 12px 0;
	padding: 0 !important;
}

/* BLOCK PAGAMENTI */

.section-pagamenti .block-carta .elementor-widget-wrap {
	min-height: 474px;
	display: flex;
	align-content: center;
	margin-left: 10px !important;
}

body .block-title .elementor-widget-text-editor a,
body .block-title .elementor-widget-text-editor a:hover {
	color: var(--text);
	font-weight: 600 !important;
	border-bottom: 1px solid var(--text);
}

.section-pagamenti .elementor-widget-text-editor a,
.section-pagamenti .elementor-widget-text-editor a:hover {
	color: var(--white);
	border-bottom: 1px solid var(--white);
}

.shipping-table thead tr td label {
	display: block;
	font-size: 12px;
	font-weight: 400;
}

.shipping-table thead tr td,
.shipping-table tbody tr td:first-child{
	font-weight: 600;
	font-size: 18px;
}

.shipping-table tbody tr td:first-child {
	color: var(--1);
	font-weight: bold;
}

@media screen and (max-width: 991px) {
	.shipping-table-container {
		max-width: 100%;
		overflow-x: scroll;
	}
	
	.shipping-table thead tr td,
	.shipping-table tbody tr td:first-child{
		white-space: nowrap;
	}
}

@media(max-width:767px) {
	.elementor-widget-text-editor ul {
		padding: 0 0 0 15px;
	}
	
	.section-pagamenti .block-carta .elementor-widget-wrap {
		margin-left: 0px !important;
	}
	
	.section-pagamenti .elementor-container {
		display: flex;
	}
	
	.section-pagamenti .elementor-column:first-child {
		order: 2;
	}
	
	.section-pagamenti .elementor-column:last-child {
		order: 1;
	}
}