.popBg {
	background: rgba(51,51,51,.55);
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 3;
}
.modal-popup {
	position: absolute;
	border-radius: 10px;
	background: #135f90;
	margin: 0 auto;
	z-index: 400;
	min-height:30px;
}

.modal-popup .modal-inner-wrap {
	background: #fff;
	margin-top: 10px;
	padding: 15px 48px 35px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}

.modal-popup header {
	padding: 0;
	position: relative;
	margin-bottom: 20px
}

.modal-popup .modal-title {
	border-bottom: 2px solid #135f90;
        width: 100%;
	font-size: 24px;
	font-weight: 700;
	padding-bottom: 10px;
	color: #135f90
}

.modal-content {
        border: none;
}

.modal-popup .content-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px
}

.modal-popup .content-wrapper .product-img {
	margin-right: 30px
}

.modal-popup .content-wrapper .product-img img {
	width: 98px;
	height: auto;
}

.modal-popup .content-wrapper .product-detail h3 {
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 400;
	color: #135f90
}

.modal-popup .content-wrapper .product-detail .price {
	font-size: 20px
}

.modal-popup .tolinks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.modal-popup .tolinks a {
	padding: 14px 36px;
	margin: 0 20px;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	text-decoration:none;
}

.modal-popup .tolinks a.primary {
	color: #fff;
	background: #135f90
}

.modal-popup .tolinks a.secondary {
	color: #135f90;
	border: 2px solid #135f90
}

@media (max-width:768px) {
	.modal-popup {
		width: 97%;
		top: auto;
	}
	.modal-popup .tolinks {
		display: block
	}
	.modal-popup .tolinks a {
		display: block;
		margin-bottom: 20px;
		text-align: center
	}
	.modal-popup .content-wrapper .product-detail h3 {
		font-size: 2rem
	}
}

@media (max-width:580px) {
	.modal-popup .modal-title {
		font-size: 20px
	}

	.modal-popup .content-wrapper .product-detail h3 {
		font-size: 18px
	}
}

@media (max-width:480px) {
	.modal-popup .modal-title {
		font-size: 16px
	}

	.modal-popup .content-wrapper .product-detail h3 {
		font-size: 14px
	}

	.modal-popup .content-wrapper .product-detail .price {
		font-size: 1.4rem
	}

	.modal-popup .tolinks a {
		font-size: 1.4rem
	}
}
