#cr_floatingtrustbadge {
	position: fixed;
	box-sizing: border-box;
	right: 0px;
	bottom: 0px;
	width: 135px;
	border-radius: 15px;
	display: block;
	overflow: hidden;
	margin: 30px;
	filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, .25));
	z-index: 99999;
	cursor: pointer;
}

#cr_floatingtrustbadge.cr-floatingbadge-big {
	position: fixed;
	box-sizing: border-box;
	right: 0px;
	bottom: 0px;
	width: 256px;
	border-radius: 15px;
	display: block;
	overflow: hidden;
	margin: 0 30px 30px 0;
	filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, .25));
	z-index: 99999;
	cursor: auto;
}

#cr_floatingtrustbadge {
	border: 1px solid;
}

#cr_floatingtrustbadge .cr-floatingbadge-background {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

#cr_floatingtrustbadge .cr-floatingbadge-background div {
	width: 100%;
}

#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top {
	height: 115px;
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top {
	height: 155px;
}

#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle {
	height: 31px;
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle {
	height: 179px;
}

#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom {
	height: 27px;
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom {
	height: 43px;
	border-top: 1px solid;
	border-left: 0px;
	border-right: 0px;
	border-bottom: 0px;
}

#cr_floatingtrustbadge .cr-floatingbadge-top {
	position: relative;
	height: 92px;
	display: block;
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top {
	position: relative;
	height: 124px;
	display: block;
}

#cr_floatingtrustbadge .cr-floatingbadge-top svg {
	position: absolute;
	left: 50%;
	top: 14px;
	margin-left: -35px;
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg {
	position: absolute;
	width: 84px;
	height: 79px;
	left: 50%;
	top: 28px;
	margin-left: -42px;
}

#cr_floatingtrustbadge img {
	margin: 0;
	width: 100%;
	position: relative;
	border: 0;
	display: block;
}

#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close {
	position: absolute;
	top: 5px;
	right: 5px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}

#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {
	position: absolute;
	width: 16px;
	height: 16px;
	margin: 2px;
	top: 0;
	left: 0;
	display: block;
}

#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {
	fill: #f8942d;
}

#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg {
	fill: #fff;
}

#cr_floatingtrustbadge .cr-floatingbadge-top svg {
	width: 70px;
	height: 65px;
}

@media all and (max-width: 600px) {
	#cr_floatingtrustbadge, #cr_floatingtrustbadge.cr-floatingbadge-big {
		display: none;
	}
}

@keyframes cr-placeholder-load {
	0% {
		background-color: #dcdee2;
	}
	
	50% {
		background-color: #ededed;
	}
	
	100% {
		background-color: #dcdee2;
	}
}