#shipping_method li label[for*=_chrono] {
	position: relative;
}

#shipping_method li label[for*=_chrono]:before {
	content: "";
	display: inline-block;
	position: relative;
	top: 6px;
	vertical-align: baseline;
	background: url("/wp-content/plugins/chronopost/public/css/../img/chronopost-horizontal.png") center center/contain no-repeat;
	width: 99px;
	height: 22px;
	margin-right: 7px;
	--lzl-bg-img: "/wp-content/plugins/chronopost/public/css/../img/chronopost-horizontal.png";
}

#shipping_method li label[for*=_chrono]:before.lzl:not(.lzl-ed), #shipping_method li label[for*=_chrono]:before.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAsCAYAAAA+RMe5AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAsElEQVR4Ae3QMQEAAADCoPVPbQhfiEBhwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMPAMDiEwAAZc5A9oAAAAASUVORK5CYII=");
}

#shipping_method li input[type=radio]:first-child+label+.appointment-link, #shipping_method li input[type=radio]:first-child+label+.pickup-relay-link {
	display: none;
}

#shipping_method li input[type=radio]:first-child:checked+label+.appointment-link, #shipping_method li input[type=radio]:first-child:checked+label+.pickup-relay-link {
	display: block;
}

.chronomap-text-loading {
	color: #666;
}

#container-method-chronorelay table.sw-table {
	table-layout: fixed;
	border-collapse: collapse;
	width: 100%;
}

#container-method-chronorelay table.sw-table tbody tr:nth-child(2n) td {
	background-color: transparent;
}

#container-method-chronorelay table.sw-table tbody td {
	padding: 2px;
	margin: 0 10px 0 0;
	display: inline-block;
	background-color: transparent;
}

#container-method-chronorelay table.sw-table tbody td:first-child {
	width: 35px;
	font-weight: 700;
}

#container-method-chronorelay .marker-wrapper {
	max-width: 430px;
}

#container-method-chronorelay .marker-title {
	padding: 5px 0;
	font-weight: 700;
}

#container-method-chronorelay .pickup-relay-title {
	margin-bottom: 7px;
	font-weight: 700;
}

#container-method-chronorelay .hours-section {
	margin-left: 7px;
	padding-left: 7px;
}

#container-method-chronorelay .info-section {
	width: 170px;
}

@media (min-width:480px) {}

#container-method-chronorelay button.fancybox-close-small:hover {
	background-color: transparent;
}

#container-method-chronorelay .mappostalcode {
	margin-bottom: 25px;
	padding: 8px 0;
}

#container-method-chronorelay .sp-methods-chronorelais {
	height: 200px;
	overflow: auto;
	box-shadow: inset 0 -10px 20px #f8f8f8;
}

#container-method-chronorelay .pickup-relays {
	list-style: none;
}

#container-method-chronorelay .pickup-relays li {
	line-height: 25px;
	padding: 0;
	margin: 0;
	display: -ms-flexbox;
	display: flex;
}

#container-method-chronorelay .pickup-relays li:nth-child(odd) label {
	background-color: #f8f8f8;
}

#container-method-chronorelay .pickup-relays li input[type=radio]:first-child {
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

#container-method-chronorelay .pickup-relays li label {
	position: relative;
	padding: 5px 5px 5px 30px;
}

#container-method-chronorelay .pickup-relays li label:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 10px;
	transition: border-color, ease, .2s;
	border: 2px solid #6d6d6d;
	width: 11px;
	height: 11px;
	border-radius: 50%;
}

#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:checked+label {
	background: #f0f0f0;
}

#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:checked+label:after {
	content: "";
	position: absolute;
	top: 15px;
	left: 10px;
	background: #6d6d6d;
	height: 5px;
	width: 5px;
	border-radius: 50%;
	transition: transform .3s cubic-bezier(0, 0, .2, 1);
}

#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:hover+label:before {
	border-color: #000;
}

#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:hover+label:after {
	background-color: #000;
}

#container-method-chronorelay .pickup-relays li input[type=radio]:first-child:active+label:after {
	-ms-transform: scale(1.5);
	transform: scale(1.5);
	transition: transform .3s cubic-bezier(0, 0, .2, 1);
}

#container-method-chronorelay .postcode-input {
	float: left;
	margin-right: 10px;
}

#container-method-chronorelay .postcode-input #mappostalcode {
	max-width: 80px;
}

#container-method-chronorelay p.chronorelais-explain {
	margin: 0 0 10px;
	padding: 0;
	line-height: 25px;
	font-size: 16px;
}

#container-method-chronorelay .pickup-relays {
	margin: 0;
}

#container-method-chronorelay .button-center {
	text-align: center;
	padding: 10px;
}

@media (min-width:768px) {
	#container-method-chronorelay .wrapper-methods-chronorelais {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		height: calc(100% - 200px);
		position: relative;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais::before {
		height: 1em;
		width: 1em;
		display: block;
		position: absolute;
		top: 50%;
		left: 50%;
		margin-left: -.5em;
		margin-top: -.5em;
		content: "";
		animation: spin 1s ease-in-out infinite;
		background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNy4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgOTEuMyA5MS4xIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA5MS4zIDkxLjEiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGNpcmNsZSBjeD0iNDUuNyIgY3k9IjQ1LjciIHI9IjQ1LjciLz4NCjxjaXJjbGUgZmlsbD0iI0ZGRkZGRiIgY3g9IjQ1LjciIGN5PSIyNC40IiByPSIxMi41Ii8+DQo8L3N2Zz4NCg==") center center/cover;
		line-height: 1;
		text-align: center;
		font-size: 2em;
		color: rgba(0, 0, 0, .75);
		z-index: -1;
		opacity: 0;
		transition: opacity .5s ease-in, z-index 0s linear .5s;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais.pickup-relay-selected {
		height: calc(100% - 65px);
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais.pickup-relay-selected+.button-center {
		display: block;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais .button-center {
		text-align: center;
		position: absolute;
		bottom: 0;
		left: 0;
		right: auto;
		width: 30%;
		background: #fff;
		display: none;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais .button-center .button {
		width: 100%;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais:after {
		content: "";
		background: rgba(255, 255, 255, .7);
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: -1;
		opacity: 0;
		transition: opacity .5s ease-in;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais.chronopost-loading:before {
		z-index: 6;
		opacity: .6;
		transition: opacity .5s ease-in;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais.chronopost-loading:after {
		content: "";
		opacity: 1;
		z-index: 5;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais {
		width: 30%;
		margin-right: 10px;
		height: 100%;
		overflow: auto;
	}
	
	#container-method-chronorelay .wrapper-methods-chronorelais .sp-methods-chronorelais ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
}

.chronorelaismap {
	margin-top: 10px;
}

@media (min-width:768px) {
	.chronorelaismap {
		margin-top: 0;
		width: calc(70% - 10px);
	}
}

#container-method-chronoprecise fieldset, #container-method-chronoprecise fieldset legend, #container-method-chronoprecise table:not(.has-background) tbody tr:nth-child(2n) td {
	background-color: #f2f2f2;
}

#container-method-chronoprecise .button-center {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}

#container-method-chronoprecise .button-center .button {
	width: 100%;
}

#container-method-chronoprecise.slot-selected .button-center {
	display: block;
}

@media (max-width:739px) {}

#container-method-chronoprecise .rdvCarouselheader {
	margin: 0 auto 10px;
}

#container-method-chronoprecise .rdvCarouselheader .carousel-control {
	color: #8f9091;
	font-weight: 700;
}

#container-method-chronoprecise .rdvCarouselheader .carousel-control:not(:first-child) {
	margin-left: 10px;
}

#container-method-chronoprecise .rdvCarouselheader .carousel-control.inactive {
	opacity: .5;
}

#container-method-chronoprecise .global-mobile {
	width: 100%;
	height: 100%;
	max-width: 640px;
	margin: 0 auto 20px;
	position: relative;
	padding-bottom: 70px;
}

@media (min-width:740px) {
	#container-method-chronoprecise .global-mobile {
		display: none;
	}
}

#container-method-chronoprecise .global-mobile .header {
	width: auto;
}

#container-method-chronoprecise .global-mobile h1 {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 10px;
	text-align: left;
}

#container-method-chronoprecise .global-mobile .left {
	float: left;
}

#container-method-chronoprecise .global-mobile .right {
	float: right;
}

#container-method-chronoprecise .global-mobile .scroll {
	width: 100%;
	overflow-y: hidden;
	overflow-x: auto;
}

#container-method-chronoprecise .global-mobile .scroll-v {
	overflow-y: auto;
	overflow-x: hidden;
	max-height: calc(100vh - 270px);
	margin-bottom: 20px;
	border-bottom: solid 1px #f3f3f3;
}

#container-method-chronoprecise .global-mobile .date-time {
	min-width: 100%;
	border-collapse: collapse;
	margin-bottom: 0;
}

#container-method-chronoprecise .global-mobile .date-time th {
	padding: 10px 5px;
	text-align: center;
	min-width: 80px;
	line-height: 1.1;
}

#container-method-chronoprecise .global-mobile .date-row th {
	color: #fff;
	background-color: #8f9091;
	font-weight: 400;
	border-left: solid 1px #fff;
	border-bottom: solid 1px #fff;
}

#container-method-chronoprecise .global-mobile .date-row th:first-child {
	border-left: 0;
}

#container-method-chronoprecise .global-mobile .date-row th span {
	font-size: 2.14em;
	display: block;
}

#container-method-chronoprecise .global-mobile .time-list {
	border-left: solid 1px #f3f3f3;
	border-right: solid 1px #f3f3f3;
	position: relative;
}

#container-method-chronoprecise .global-mobile .time-list ul {
	padding: 0;
	margin: 0;
}

#container-method-chronoprecise .global-mobile .time-list li {
	display: table;
	width: 100%;
	border-bottom: solid 1px #f3f3f3;
	font-size: 16px;
}

#container-method-chronoprecise .global-mobile .time-list li:last-child {
	border-bottom: none;
}

#container-method-chronoprecise .global-mobile .time-list li:nth-child(odd) {
	background-color: #fafafa;
}

#container-method-chronoprecise .global-mobile .time-list li label {
	display: table-row !important;
	color: inherit !important;
	background: inherit !important;
}

#container-method-chronoprecise .global-mobile .time-list li.unavailable {
	background-color: #e6e6e7;
}

#container-method-chronoprecise .global-mobile .time-list li.unavailable .price-cell {
	font-size: .6em;
}

#container-method-chronoprecise .global-mobile .date-row th.active, #container-method-chronoprecise .global-mobile .time-list li.active {
	background-color: #797979 !important;
	color: #fff !important;
}

#container-method-chronoprecise .global-mobile .eco {
	background-color: #e2f0e0;
}

#container-method-chronoprecise .global-mobile .time-cell {
	display: table-cell;
	width: 30%;
	white-space: nowrap;
	padding: 20px;
}

#container-method-chronoprecise .global-mobile .price-cell {
	display: table-cell;
	white-space: nowrap;
	padding: 20px 60px 20px 20px;
	width: 70%;
	text-align: right;
}

#container-method-chronoprecise .global-mobile .ic-eco {
	position: absolute;
	margin-left: 10px;
}

#container-method-chronoprecise .global-mobile input {
	font-size: 18px;
	padding: 4px 30px;
	border: 0;
	border-radius: 4px;
	cursor: pointer;
}

#container-method-chronoprecise .global-desktop {
	display: none;
}

#container-method-chronoprecise .global-desktop nav {
	margin-top: -15px;
}

#container-method-chronoprecise .global-desktop .button-center {
	text-align: center;
	position: static;
	margin: -7px 0;
}

#container-method-chronoprecise .global-desktop .button-center .button {
	width: auto;
}

#container-method-chronoprecise .global-desktop table td, #container-method-chronoprecise .global-desktop table th {
	padding: 8px 5px;
}

#container-method-chronoprecise .global-desktop table td.time-cell, #container-method-chronoprecise .global-desktop table th.time-cell {
	width: 100px;
}

#container-method-chronoprecise .global-desktop table td.active, #container-method-chronoprecise .global-desktop table th.active {
	background-color: #d5d5d5;
}

#container-method-chronoprecise .global-desktop table td.incentive-flag, #container-method-chronoprecise .global-desktop table th.incentive-flag {
	background-color: #e2f0e0;
}

#container-method-chronoprecise .global-desktop table td.incentive-flag:after, #container-method-chronoprecise .global-desktop table th.incentive-flag:after {
	content: "";
	display: inline-block;
	margin-left: 5px;
	background: url("/wp-content/plugins/chronopost/public/css/../img/eco.png") 0 0/cover no-repeat;
	width: 38.24px;
	height: 11.18px;
	vertical-align: middle;
	--lzl-bg-img: "/wp-content/plugins/chronopost/public/css/../img/eco.png";
}

#container-method-chronoprecise .global-desktop .date-time td span {
	white-space: nowrap;
}

#container-method-chronoprecise .global-desktop .woocommerce-Price-amount {
	font-weight: 700;
	font-size: .85em;
}

#container-method-chronoprecise .global-desktop .date-row th, #container-method-chronoprecise .global-desktop .time-cell {
	background-color: #8f9091;
	font-weight: 400;
	color: #fff;
	border-bottom: solid 1px #fff;
	white-space: nowrap;
	text-align: center;
	line-height: 1.1;
	vertical-align: middle;
}

#container-method-chronoprecise .global-desktop .time-cell {
	font-size: 1.1em;
}

#container-method-chronoprecise .global-desktop .date-row th span {
	font-size: 1.8em;
	display: block;
}

@media (min-width:740px) {
	#container-method-chronoprecise .global-desktop {
		display: block;
	}
}

#container-method-chronoprecise .global-desktop table {
	table-layout: fixed;
	min-width: 640px;
	max-width: 960px;
}

#container-method-chronoprecise .global-desktop table td.incentive-flag:after.lzl:not(.lzl-ed), #container-method-chronoprecise .global-desktop table th.incentive-flag:after.lzl:not(.lzl-ed), #container-method-chronoprecise .global-desktop table td.incentive-flag:after.lzl-ing:not(.lzl-ed), #container-method-chronoprecise .global-desktop table th.incentive-flag:after.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEEAAAATCAYAAADPsWC5AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAALUlEQVRYCe3QMQEAAADCoPVPbQdviEBhwIABAwYMGDBgwIABAwYMGDBgwMA5MBNfAAFilgllAAAAAElFTkSuQmCC");
}

#container-method-chronoprecise #rdvCarouselContent .slide {
	display: none;
}

#container-method-chronoprecise #rdvCarouselContent .slide.slide-active {
	display: block;
}

.has-tooltip {
	position: relative;
}

.has-tooltip .fa {
	vertical-align: text-top;
	font-size: .8em;
}

.has-tooltip .tooltip-content {
	display: none;
	font-size: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .75);
	border-radius: 6px;
	padding: 5px 10px;
	position: absolute;
	top: 100%;
	right: 0;
	min-width: 155px;
	z-index: 50;
}

.has-tooltip:hover .tooltip-content {
	display: block;
}