.categoryColumn #category-image {
	/*overflow: hidden:*/
	overflow: visible;
}

.map-hotspot-wrapper {
	position: relative;
	max-width: none;
	margin: 30px auto;
	display: table;
}

.map-hotspot-inner {
}

#category-image > h2.centerBoxHeading {
	background: #f1eae9;
	padding: 12px 15px;
	margin: 0;
}
#category-image > h1.centerBoxHeading {
	background: #f1eae9;
	padding: 12px 15px;
	margin: 0;
}
.map-hotspot {
	display: block;
	/*position: relative;*/
	overflow: auto;
}

#hotspot-img {
	display: inline-block;
}

.map img {		
}

.part-img > img {    
	max-height: 130px;
	margin: 0 auto;
}

.map-popup {
	text-align: center;
	position: absolute;
	left: 25%;
	top: 10%;
	z-index: 99;
	width: 250px;
	padding: 15px;
	background-color: #fff;
	transition: all 300ms ease-in;
	transform: translate(-10%, -25%);
	box-shadow: 0 0 24px rgba(0, 0, 0, 0.22);
	opacity: 0;
	visibility: hidden;
}

.map-hotspot .add-to-cart,  
.map-hotspot .input-qty{
	margin-top: 6px;
	display: inline-block;
}
.btn.add-to-cart {
	padding: 5px 15px;
	background: #b30522;
	color: #fff;
	margin-right: 5px;
}
.input-qty {
	line-height: 20px;
	text-align: center;
}

.part-no span {
	color: #5979ff;
}

.popup-title {
	margin: 10px 0 5px;
	padding: 0;
	font-size: 18px;
	color: #b30522;
}

.btn_addtocart {
	background-color: #b30522;	
}
.part-price {
	font-weight: 700;
	padding-bottom: 5px;
}

.part-price span {
	font-weight: 400;
}

.map-popup>*:first-child {
	margin-top: 0;
}

.map-popup>*:last-child {
	margin-bottom: 0;
}

.map-popup.open {
	opacity: 1;
	visibility: visible;
}

.marker {
	position: absolute;
	z-index: 1;
	display: inline-block;
	width: 21px;
	height: 21px;
	color: #fff;
	line-height: 36px;
	text-align: center;
	text-decoration: none;
	border-radius: 50%;    
	border: 1px solid rgba(162,50,44);   
	background-color: rgba(138,5,18,0.15);
	transition: all 300ms ;    
	text-indent: 9999em;
	overflow: hidden;
}

.marker::after {
	border: 1px solid rgba(162,50,44);
	opacity: 0;
	-webkit-animation: pulsate 1.75s ease-out infinite;
	animation: pulsate 1.75s ease-out infinite;
	position: absolute;
	display: inline-block;
	content: '';
	border-radius: 50%;
	top: -1px;
	left: -1px;
	z-index: 0;
	width: 21px;
	height: 21px;
	line-height: 36px;
}

@-webkit-keyframes pulsate {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .85
	}
	45% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

@keyframes pulsate {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: .85
	}
	45% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0
	}
}

.map-item {
	position: absolute;
	width: 23px;
	height: 23px;
}

.map-item .marker {
	top: auto;
	left: auto;
}

.map-popup {
	position: absolute;
	left: 45px;
	width: 280px;
	transform: translateY(-50%);
}

.map-popup:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -16px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 16px 16px 16px 0;
	border-color: transparent #fff transparent transparent;
}

.map-popup.edge {
	left: auto;
	right: calc(100% + 24px);
}

.map-popup.edge:before {
	left: auto;
	right: -16px;
	border-width: 16px 0 16px 16px;
	border-color: transparent transparent transparent #fff;
}


#category-image .button.btn_addtocart {
	height: 30px;
}


@media only screen and (max-width:999px) {
	.map-hotspot-wrapper {
		margin: 0 auto;
		display: block;
	}
	.map-hotspot-inner {
		position: relative;
		margin-top: 80px;
		margin-bottom: 70px;
	}
}