#custom-checkout-progressbar {
	text-align: left;
	position: relative;
}

#custom-checkout-progressbar fieldset {
	background: white;
	border: 0 none;
	border-radius: 0.5rem;
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 20px;
	position: relative
}

#custom-checkout-progressbar .finish {
  text-align: left;
}

#custom-checkout-progressbar fieldset:not(:first-of-type) {
	display: none
}

#custom-checkout-progressbar .previous-step, #custom-checkout-progressbar .next-step {
	color: white;
	border: 0 none;
	border-radius: 0px;
	cursor: pointer;
}

#custom-checkout-progressbar .previous-step {
	background: #616161;
}

#custom-checkout-progressbar .next-step {
	background: #4B2DA5;
}

#custom-checkout-progressbar .previous-step:hover,
#custom-checkout-progressbar .previous-step:focus {
	background-color: #000000
}

#custom-checkout-progressbar .next-step:hover,
#custom-checkout-progressbar .next-step:focus {
	background-color: #4B2DA5
}

#custom-checkout-progressbar .text {
	color: #4B2DA5;
	font-weight: normal
}

#custom-checkout-progressbar #progressbar {
	margin-bottom: 30px;
	overflow: hidden;
	color: lightgrey;
  padding-left: 0;
}

#custom-checkout-progressbar #progressbar .active {
	color: #4B2DA5
}

#custom-checkout-progressbar #progressbar li {
	list-style-type: none;
	width: 25%;
	float: left;
	position: relative;
}

#custom-checkout-progressbar #progressbar #step1:before {
	content: ""
}

#custom-checkout-progressbar #progressbar #step2:before {
	content: ""
}

#custom-checkout-progressbar #progressbar #step3:before {
	content: ""
}

#custom-checkout-progressbar #progressbar #step4:before {
	content: ""
}

#custom-checkout-progressbar #progressbar li:before {
	width: 20px;
	height: 20px;
	line-height: 5px;
	display: block;
	color: #ffffff;
	background: lightgray;
	border-radius: 50%;
	margin: 0 auto 10px auto;
	margin-left: 0;
	padding: 2px
}

#custom-checkout-progressbar #progressbar li:after {
	content: '';
	width: 100%;
	height: 2px;
	background: lightgray;
	position: absolute;
	left: 0;
	top: 10px;
	z-index: -1
}

#custom-checkout-progressbar #progressbar li.active:before,
#custom-checkout-progressbar #progressbar li.active:after {
	background: #4B2DA5

}

#user-custom-register-form p.status {
	color: red;
}

/* Group buy product hover */
.footer-pdt, .top-content {
	min-height: 300px;
}

.top-content table.wdr_bulk_table_msg, .pdt-category table.wdr_bulk_table_msg, .footer-pdt table.wdr_bulk_table_msg {
	margin-bottom: 0;
	border: none;
	color: #fff;
}

.top-content table.wdr_bulk_table_msg td, .pdt-category table.wdr_bulk_table_msg td, .footer-pdt table.wdr_bulk_table_msg td {
	border-top: inherit;
	padding: 0px 12px;
	color: #fff;
}

.top-content table.wdr_bulk_table_msg th, .pdt-category table.wdr_bulk_table_msg th, .footer-pdt table.wdr_bulk_table_msg th {
	padding: 0px 12px;
	line-height: 1.2em;
	color: #fff;
}

.top-content table.wdr_bulk_table_msg, .pdt-category table.wdr_bulk_table_msg, .footer-pdt table.wdr_bulk_table_msg {
	text-align: center;
	color: #fff;
}

.top-content table.wdr_bulk_table_msg .woocommerce-Price-amount, .pdt-category table.wdr_bulk_table_msg .woocommerce-Price-amount, .footer-pdt table.wdr_bulk_table_msg .woocommerce-Price-amount {
	color: #fff;
}

.top-content table.wdr_bulk_table_msg .woocommerce-Price-amount bdi, .pdt-category table.wdr_bulk_table_msg .woocommerce-Price-amount bdi, .footer-pdt table.wdr_bulk_table_msg .woocommerce-Price-amount bdi {
	color: #fff;
}

single-page-related-products .comparison-col {
	display: none;
}

.single-page-related-products .border-box {
	border: none !important;
}

.single-page-related-products .footer-pdt table.wdr_bulk_table_msg {
    text-align: left;
}
.single-page-related-products .awdr-bulk-customizable-table {
	width: 248px !important;
}
