.headershipping-container {
	background-color: #004227;
	height: 50px;
	/* line-height: 50px; */
	overflow: hidden;
}
.headershipping-text,
.headershipping-text p,
.headershipping-text span {
	text-align: center;
	margin: 0;
	color:#fff;
	font-family: 'Grotesk-semi';
	font-size: 16px;
	letter-spacing: 0;
	text-transform: none;
}
.headershipping-text p a {
	border-bottom: 1px solid #000;
	text-decoration: none;
}
.headershipping-container .carousel {
	box-shadow: none;
	margin-bottom: 0;
}
.header-shipping .carousel-item a {
	text-decoration: none;
}

.strip-banner a {
	display: block;
	height: 100%;
	width: 100%;
}

.strip-banner {
    width: 100%;
    height: 50px;
    background: url(/themes/sugarcandybra/assets/images/modules/headershipping/strip-mobile.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.headershipping-container .headershipping-content {
	display: table;
	width: 100%;
	min-height: 50px;
}

.headershipping-container .headershipping-alignment {
	display: table-cell;
    vertical-align: middle;
}

@media (min-width: 768px) {
	.strip-banner {
		height: 60px;
		background: url(/themes/sugarcandybra/assets/images/modules/headershipping/strip.jpg);
		background-size: 100% 100%;
		background-repeat: no-repeat;
	}
}