.lubiwood-shiptab {
	max-width: 720px;
	margin: 0 auto;
	padding: 10px 0;
}

.lubiwood-shiptab__section {
	margin-bottom: 36px;
}

.lubiwood-shiptab__section:last-child {
	margin-bottom: 0;
}

.lubiwood-shiptab__section--dispatch,
.lubiwood-shiptab__section--returns {
	padding-top: 28px;
	border-top: 1px solid rgba(129, 129, 129, 0.15);
}

.lubiwood-shiptab__subheading {
	margin-bottom: 14px;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: rgba(51, 51, 51, 0.55);
}

.lubiwood-shiptab__table {
	width: 100%;
	margin-bottom: 24px;
	border-collapse: collapse;
}

.lubiwood-shiptab__table th,
.lubiwood-shiptab__table td {
	padding: 14px 18px;
	border: 1px solid rgba(129, 129, 129, 0.18);
	text-align: left;
}

.lubiwood-shiptab__table th {
	font-weight: 600;
	background-color: rgba(129, 129, 129, 0.05);
}

.lubiwood-shiptab__row--express td {
	white-space: nowrap;
}

.lubiwood-shiptab__free {
	margin-bottom: 0;
	padding: 14px 18px;
	border-radius: 8px;
	background-color: rgba(126, 178, 131, 0.12);
	font-weight: 600;
}

.lubiwood-shiptab__dispatch,
.lubiwood-shiptab__returns,
.lubiwood-shiptab__cod {
	color: rgba(51, 51, 51, 0.85);
	line-height: 1.65;
	margin-bottom: 14px;
}

.lubiwood-shiptab__section p:last-child {
	margin-bottom: 0;
}

@media (max-width: 576px) {
	.lubiwood-shiptab__section {
		margin-bottom: 28px;
	}

	.lubiwood-shiptab__section--dispatch,
	.lubiwood-shiptab__section--returns {
		padding-top: 22px;
	}

	.lubiwood-shiptab__table th,
	.lubiwood-shiptab__table td {
		padding: 10px 10px;
		font-size: 13px;
	}

	.lubiwood-shiptab__row--express td {
		white-space: normal;
	}
}
