.eael-dual-header {
	margin-bottom: 0;
}

.address-list {
	list-style: none;
	padding-left: 10px;
}

.address-list li a {
	color: #fff;
	font-family: "Futura LT Book", Sans-serif;
	font-size: 16px;
}

.address-list .phone {
	background: url("https://jacoman.com/en/wp-content/uploads/2022/12/phone-min.png") no-repeat left center;
	background-size: 50px 50px;
	padding: 15px 0 15px 65px;
	margin-bottom: 10px;
	--lzl-bg-img: "https://jacoman.com/en/wp-content/uploads/2022/12/phone-min.png";
}

.address-list .email {
	background: url("https://jacoman.com/en/wp-content/uploads/2022/12/email-min.png") no-repeat left center;
	background-size: 50px 50px;
	padding: 15px 0 15px 65px;
	margin-bottom: 10px;
	--lzl-bg-img: "https://jacoman.com/en/wp-content/uploads/2022/12/email-min.png";
}

.address-list .email.lzl:not(.lzl-ed), .address-list .email.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABICAYAAAC6L9h5AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAc0lEQVR4Ae3QAQ0AAADCoPdPbQ8HESgMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYeBgZSaAAB1vn0aAAAAABJRU5ErkJggg==");
}

.address-list .location {
	background: url("https://jacoman.com/en/wp-content/uploads/2022/12/location-min.png") no-repeat left center;
	background-size: 50px 50px;
	padding: 15px 0 15px 65px;
	margin-bottom: 10px;
	--lzl-bg-img: "https://jacoman.com/en/wp-content/uploads/2022/12/location-min.png";
}

.address-list .location.lzl:not(.lzl-ed), .address-list .location.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABICAYAAAC6L9h5AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAc0lEQVR4Ae3QAQ0AAADCoPdPbQ8HESgMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYeBgZSaAAB1vn0aAAAAABJRU5ErkJggg==");
}

.eael-accordion-list:nth-child(even) .eael-accordion-header {
	background-color: #000 !important;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
	width: 12px;
}

.address-list .phone.lzl:not(.lzl-ed), .address-list .phone.lzl-ing:not(.lzl-ed) {
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEkAAABICAYAAAC6L9h5AAAACXBIWXMAAA7EAAAOxAGVKw4bAAAAc0lEQVR4Ae3QAQ0AAADCoPdPbQ8HESgMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYMGDBgwIABAwYeBgZSaAAB1vn0aAAAAABJRU5ErkJggg==");
}

.wnbell-dropdown {
	text-align: center;
	color: #fff;
}

.wnbell-dropdown svg {
	width: 30px;
	height: 30px;
}

.wnbell_notification_item {
	text-align: left;
	font-family: "Futura LT Book", Sans-serif;
}

.calculator-box {
	max-width: 500px;
	width: 100%;
	display: flex;
	flex-flow: column;
}

.calculator-box label {
	font-family: "Futura LT Bold", Sans-serif;
	color: #101010;
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 100%;
	text-align: left;
	margin: 0;
}

.calculator-box select {
	background: #fff;
	border-radius: 6px;
	color: #757575 !important;
	cursor: pointer;
	float: left;
	font-family: "Futura LT Book";
	font-family: "Futura LT Book";
	font-size: inherit;
	height: auto;
	padding: 7px 2px;
	width: 100%;
}

.calculator-box span {
	font-family: "Futura LT Book";
	background: #000;
	color: #fff;
	padding: 10px 75px;
	border-radius: 5px;
	text-align: center;
	width: 100%;
	float: right;
}

.calculator-box #submitID {
	background: url("/en/wp-content/themes/hello-theme-child-master/images/chevron-right-pngrepo-com-min.png") no-repeat right 5px center #bc1718 !important;
	background-position: center right 25px !important;
	background-size: 23px !important;
	width: 100% !important;
	border: 2px solid #bc1718 !important;
	border-radius: 5px !important;
	font-family: "Futura LT Book" !important;
	color: white !important;
	cursor: pointer !important;
	font-weight: bold !important;
	margin: 10px 0 !important;
	padding: 15px 5px !important;
	min-width: 100px !important;
	position: relative !important;
	font-size: 15px !important;
	line-height: 15px !important;
	float: right;
	outline: none;
	--lzl-bg-img: "/en/wp-content/themes/hello-theme-child-master/images/chevron-right-pngrepo-com-min.png";
}

.calculator-box #submitID.lzl:not(.lzl-ed), .calculator-box #submitID.lzl-ing:not(.lzl-ed) {
	background-image: none !important;
}

.calculator-box #results {
	font-weight: bold;
	background: #bc1718;
}

.all-results {
	width: 100%;
	display: none;
}

.all-results-inner {
	width: 100%;
	display: flex;
	flex-flow: column;
}

.wpcf7-list-item {
	margin-left: 0 !important;
}

.success {
	color: red;
	font-family: "Futura LT Book" !important;
}

.wpcf7 form.sent .wpcf7-response-output {
	text-align: center;
	background: green;
	color: #fff;
	font-family: "Futura BT Medium", Sans-serif;
}

.wpcf7-file {
	border: none !important;
}

textarea {
	margin-top: 10px !important;
	height: 150px;
}

.wpcf7-list-item-label {
	font-family: "Futura BT Medium", Sans-serif !important;
}

.wpcf7-list-item-label a {
	color: #ba1516;
	font-family: "Futura BT Medium", Sans-serif !important;
}

#orbyoDDPlaces {
	margin-top: 10px;
	font-family: "Futura BT Medium", Sans-serif !important;
}

#orbyoDDPlaces select {
	width: 100% !important;
	padding-left: 12px;
	padding-right: 12px;
}

#orbyoDDPlaces .orbyoWrapLocDropDown select.ddOrbyoPlaces {
	color: #000 !important;
}

#orbyoDDPlaces .orbyoPlaceText {
	color: #000 !important;
	font-family: "Futura BT Medium", Sans-serif !important;
}

#orbyoDDPlaces .orbyoLoadWrapText {
	color: #000 !important;
	font-family: "Futura BT Medium", Sans-serif !important;
}

#orbyoDDPlaces .orbyoSpanLocShareText {
	padding: 0 !important;
}

.orbyoWrapLocDropDown .orbyoNpwLoaderWrap {
	color: #ba1516 !important;
}

.icon-location-1 {
	visibility: hidden;
}

.s-direction {
	display: none !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter p {
	color: #fff !important;
	font-family: "Futura BT Medium", Sans-serif !important;
	text-transform: uppercase;
	font-size: 16px !important;
	font-weight: normal !important;
}

#asl-storelocator.asl-cont .asl-wrapper .Filter_section .asl-advance-filters .asl-filter-cntrl .asl-cntrl-lbl {
	margin-top: 0 !important;
	color: #fff !important;
	font-family: "Futura BT Medium", Sans-serif !important;
	text-transform: uppercase;
	font-size: 16px !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-panel-inner .Num_of_store {
	background: #212529 !important;
}

#asl-storelocator.asl-cont .asl-wrapper .sl-main-cont .asl-panel-inner .sl-main-cont-box .sl-list-wrapper .sl-list .sl-item {
	border-bottom: 1px solid #fff !important;
}

#asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .Filter_section .search_filter .sl-search-group .span-geo {
	background: #000 !important;
}

body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .sl-main-cont .asl-map .map-image .asl-map-canv .infoBox #style_2 h3 {
	background-color: #ba1516 !important;
}

body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li a label {
	color: #000 !important;
}

body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li:hover a label {
	color: #000 !important;
}

body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li:active a label {
	color: #000 !important;
}

body #asl-storelocator.asl-cont.asl-template-0 .asl-wrapper .asl-ddl-filters .asl-filter-cntrl .sl-dropdown-cont .btn-group .adropdown-menu li:focus a label {
	color: #000 !important;
}

body #asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent .sl-tag {
	font-family: "Futura BT Medium", Sans-serif !important;
	color: #000;
	font-weight: bold;
}

@media screen and (max-width: 480px) {
	.wnbell_dropdown_list_ss {
		height: auto !important;
		top: 214px !important;
		position: absolute !important;
	}
}