.top-bar {
	height: 50px;
	background-color: #39cdc4;
	color: #fff;
	font-size: 14pt;
	min-width: 984px;
}
.top-bar-left-text {
	float: left;
	width: 400px;
	padding: 2px;
}
.top-bar-image {
	float: left;
	margin-left: 40px;
}
.top-bar-checkout-box {
    float: right;
    width: auto;
    background-color: #fff;
    height: 45px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.top-bar-checkout-box-icon {
    text-align: right;
	margin-left:10px;
}
.top-bar-checkout-box-icon > img {
	width: 30px;
}
.top-bar-checkout-box-text {
    width: auto;
	max-width: min-content;
    font-size: 12pt;
    display: flex;
    justify-content: end;
	margin-right: 10px;
	margin-left: 10px;
	text-align: right;
	height: 30px;
}
.top-bar-checkout-box-text > a {
	font-weight: 400;
	text-decoration: underline;
}
.top-bar-checkout-box-text div {
    font-size: 10pt;
    color: #666;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: space-between;
    justify-content: flex-end;
}
#top-bar-cart-mouseover {
	display:none;
	background: #fff;
	border: 3px solid #47c1c9;
	height: auto !important;
	margin: 0;
	padding-bottom: 11px;
	position: absolute;
	right: 6px;
	top: 22px;
	width: 270px;
	z-index: 10000;
	color: #5D5D5D;
	font-size: 10pt;	
}
.top-bar-cart-content.no-items {
	display: none;
}
#top-bar-cart-mouseover .button-blue {
	height: 31px;
	margin-right: 24px;
	padding: 6px;
}
#top-bar-cart-mouseover .button-red {
	height: 32px;
	padding: 6px;
}
.top-bar-cart-mouseover-divider {
	margin: 3px 0;	
}
.top-bar-cart-mouseover-close {
	position: absolute;
	top: 2px;
	right: 2px;
	width: 30px;
	height: 10px;
	text-align: right;
}
.top-bar-cart-mouseover-title {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	padding: 18px 0 8px 0;	
}
.cart-item-title a {
	color: #5d5d5d;
}
.top-bar-cart-mouseover-subtitle {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

#top-bar-cart-mouseover .cart-item {
	margin: 0 5px;
    padding: 0 0 6px 0;
}
#top-bar-cart-mouseover .cart-item-image {
	width: 60px;
	height: 60px;
	float: left;
	text-align: center;
}
#top-bar-cart-mouseover .cart-item-image img {
	width: 60px;
	height: 60px;
	border: 1px solid #b9b8b6;
}

#top-bar-cart-mouseover .cart-item-text {
	width: 190px;
    float: right;
}
#top-bar-cart-mouseover .cart-item-title {
	width: auto;
	float: left;
	padding: 8px 5px 10px 5px;
	line-height: 14px;
	height: 20px;
	background: #FFF;
	overflow: hidden;
	text-align: left;
}
#top-bar-cart-mouseover .cart-item-title a {
	font-weight: normal;
}
#top-bar-cart-mouseover .cart-item-sku {
	font-weight: 700;
}
#top-bar-cart-mouseover .cart-item-price {
	width: 110px;
	float: left;
	text-align: left;
	padding: 0px 0px 5px 5px;
	font-size: 15px;
	font-weight: bold;
}
#top-bar-cart-mouseover .cart-item-price-promo {
    font-weigh:bold;
    color: #ec1b23;
}
#top-bar-cart-mouseover .cart-item-quantity {
	width: 60px;
	float: right;
	text-align: right;
	padding-right: 5px;
	font-weight: bold;
}
#top-bar-customer-select {
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	font-weight: 300;
}
#top-bar-customer-select-contact {
	font-weight: 400;
	max-width: 300px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#top-bar-customer-select-customer {
	color: #E9E9E9;
}
#top-bar-customer-select-customer-left {
	display: inline-block;
	max-width: 250px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#top-bar-customer-select-customer-right {
	display: inline-block;
	vertical-align: top;
	padding-left: 3px;
}
#top-bar-customer-select-customer-right > a{
	color: #FFF;
	text-decoration: underline;
	font-size: 10pt;
	font-weight: 300;
}
div.cart-quantity-display{
	width: max-content;
}
.nostyle{
    font-weight:500 !important;
}