.salesgen-estimates{
	font-size: 14px;
}

.estimates-current{
	display: inline-block;
	background: #ccc;
	border-radius: 8px;
	padding: 6px 26px 6px 14px;
	color: #232323;
	position: relative;
	cursor: pointer;
}
.estimates-current::after{
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid transparent;
	border-top: 6px solid #232323;
	vertical-align: middle;
	margin-left: 2px;
	content:'';
	position: absolute;
	right: 4px;
	top: 14px;

}
.estimates-progress-shipping{
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	font-size: 14px;
	margin-top: 15px;
}

.estimates-progress-shipping::before{
	height: 1px;
	background: #ccc;
	content: "";
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 100%;
	z-index: 1;
}

.estimates-box{
	text-align: center;
	letter-spacing: .2px;
	font-size: 12px;
	background: #fff;
	z-index: 10;
}
.estimates-box span{
	display: block;
}


.estimates-options{
	display: none;
	position: absolute;
    list-style: none;
    z-index: 200;
    background: #fff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 10px 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    top: 24px;
    left: 0;
    width: auto;
    z-index: 200;
}

.estimates-options li{
	margin: 0!important;
	padding: 0 0.5em;
}

.estimates-options li span{
	line-height: 30px;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 600;
}

.estimates-options li span:hover{
	color: var(--primary-color);
}
.estimates-select{
	position: relative;
	margin: 0 6px;
}
.estimate-time, .estimates-delivered-top{
	font-weight: 600;
}
