.area-search {
	position: relative;
}

@media (min-width: 991.98px) {
	header #mainNavigation .delivery-box {
		display: none !important;
	}
	header #mainNavigation .delivery-box {	
		background-color: #F6F6F6;
		margin-top: 1px;
	}
}

#shopModal:not(.modal-sidebar) {
	padding-top: 10%;
}

#shopModal .modal-header {
	border: 0;
	padding: 1rem 1.5rem;
}

#shopModal .header-title {
	font-size: 1.2rem;
	font-weight: bold;
}

#shopModal .modal-title {
	width: 100%;
	text-align: center;
}

#shopModal .modal-content {
	text-align: center;
	padding: 0;
}

#shopModal .modal-footer {
	display: inline;
	background: #f6f6f6;
}

#shopModal .modal-footer a {
	text-decoration: underline;
}

#shopModal .modal-body {
	padding: 1.5rem;
}

#shopModal .modal-body .text-danger {
	color: #ff4c4c !important;
}

#shopModal .modal-body .alert {
	margin-bottom: 0;
}

#shopModal .modal-body .form-control {
	background: rgb(246, 246, 246);
	color: #000;
	border: 0;
}

#shopModal h1 {
	font-size: 32px;
	line-height: 36px;
}

#shopModal h2 {
	font-size: 24px;
	line-height: 28px;
}

#shopModal .modal-body .postalcode-body .postalcode-input {
	font-size: 27px;
	text-align: center;
}

#shopModal .modal-body .postalcode-body .postalcode-confirm {
	margin-top: 20px;
}

#shopModal .modal-body .email-body {
	padding-top: 30px;
}

#shopModal .modal-body .email-body .input-group-btn {
	background: rgb(246, 246, 246);
}

#shopModal .modal-body .email-body .fa-envelope {
	font-size: 20px;
}

.ta-show-modal-button i::before {
	font-size: 1rem !important;
}

/* sidebar */
.modal.modal-sidebar .modal-dialog {
	width: 320px;
	margin: 0 0 0 auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

.modal.modal-sidebar.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.modal-sidebar.fade.in .modal-dialog {
	right: 0;
}

.modal.modal-sidebar .modal-header {
	border-radius: 0;
}

.modal.modal-sidebar .modal-header .close {
	text-shadow: none;
	background-color: transparent;
	right: 1.5rem;
	top: 1.7rem;
	font-size: 2rem;
}

.modal.modal-sidebar .modal-header .close:hover {
	background-color: transparent;
	color: #000;
}

.modal.modal-sidebar .modal-content {
	-webkit-box-shadow: none;
	box-shadow: none;
	overflow-y: auto;
	border-radius: 0;
	height: 100%;
}
.multistep .step-btn {
	margin-bottom: .5rem;
	text-align: left;
}

.multistep .step-btn .info {
	font-weight: 400;
}

.multistep .showmore {
	font-weight: bold;
	text-decoration: underline;
	padding-left: 0;
	padding-right: 0;
}

.multistep .long-info {
	padding-bottom: 1.5rem;
}