.shipping-loader {
	position: relative;
	text-align: center;
	margin: 15px auto 35px auto;
	z-index: 9999;
	display: block;
	width: 80px;
	height: 80px;
	border: 10px solid rgba(0, 0, 0, .3);
	border-radius: 50%;
	border-top-color: #000;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
};
@keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	to {
		-webkit-transform: rotate(360deg);
	}
}
#modal-loader-shipping-page {
	z-index: 99999;
}
#modal-loader-shipping-page .modal-content {
	border-radius: 0px;
	box-shadow: 0 0 20px 8px rgba(0, 0, 0, 0.7);
}
#modal-loader-shipping-page .modal-backdrop.show {
	opacity: 0.75;
}
#modal-loader-shipping-page .shipping-loader-txt p {
	font-size: 13px;
	color: #666;		
}

		
#progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: #455A64;
	padding-left: 0px;
	margin-top: 30px
}

#progressbar li {
	list-style-type: none;
	width: 13.66%;
	float: left;
	position: relative;
	font-weight: 400
}
/* 
#progressbar #step-loading:before {
	content: "1";
}

#progressbar #step-recapitulation:before {
	content: "2";
}

#progressbar #step-unloading:before {
	content: "3";
}
#progressbar #step-delivery:before {
	content: "4";
}
#progressbar #step-retur:before {
	content: "5";
}
#progressbar #step-confirm:before {
	content: "6";
} */

#progressbar .step-status {
	margin-top: 15px;
}
#progressbar .step-icon {
	width: 40px;
	height: 40px;
	line-height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	background: #455A64;
	border-radius: 50%;
	margin: auto;
	color: #fff;
}

#progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: #455A64;
	position: absolute;
	left: 0;
	top: 21px;
	z-index: -1
}

#progressbar li:last-child:after {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	position: absolute;
	left: -50%
}

#progressbar li:first-child:after {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	position: absolute;
	left: 50%
}

#progressbar li:last-child:after {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px
}

#progressbar li:first-child:after {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px
}

#progressbar li.active .step-icon ,
#progressbar li.active:after {
	background: red
}

.button-submit br {
	display: none;
}

.g-recaptcha {
	transform:scale(0.84);
	transform-origin:0 0;
}

.g-recaptcha iframe {
	max-width: 100%;
	width: 100%;
} 

@media only screen and (max-width: 1024px) {
	#progressbar .step-status {
		font-size: 11px;
	}

}

@media only screen and (max-width: 768px) {
	#progressbar li {
		height: 120px;
	}

	#progressbar .step-status {
		transform: rotate(45deg);
		white-space: nowrap;
		display: flex;
		justify-content: left;
	}

	#progressbar .step-status .step-text {
		margin-left: 18px;
	}
}

@media only screen and (max-width: 425px) {
	#progressbar .step-status .step-text {
		margin-left: 0px;
	}

	#progressbar .step-icon {
		width: 30px;
		height: 30px;
		line-height: 45px;
		font-size: 15px;
	}

	#progressbar li:after {
		top: 16px;
	}

	#step-content table {
		font-size: 12px;
	}

}
.wpb_text_column ul li:before, .comment-body ul li:before {
	display: none;
}