.priceing-table-main {
	padding: 0 15px;
}

.overall-alignment-left {
	text-align: left;
}

.overall-alignment-center {
	text-align: center;
}

.overall-alignment-right {
	text-align: right;
}

/* Override Color */
.product__title {
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#pills-tab {
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}

/* Top */
.media.top {
	display: block !important;
}

/* Left */
.left .media-box img {
	margin-right: 10px;
}

/* Right */
.right .media-box img {
	margin-right: 0;
	margin-left: 10px;
}

.right .media-box {
	order: 2;
}

.b_heading .product__title {
	display: block;
}

/* Alignment */
.media-body.verticle-alignment-center {
	align-self: center;
}

.media-body.verticle-alignment-bottom {
	align-self: flex-end;
}

.jd-price-list-separator {
	border-top-color: #212121;
	border-top-width: 2px;
}

.jd-price-list-separator-solid {
	border-top-style: solid;
}

.jd-price-list-separator-dotted {
	border-top-style: dotted;
}

.jd-price-list-separator-dashed {
	border-top-style: dashed;
}
.jd-price-list-separator-double {
	border-top-style: double;
	border-top-width: 4px;
}

.jd-price-list-separator-none {
	border: none;
}

.jd-price-list-separator{
	flex-grow: 1;
	height: 0;
	margin: 0 10px;
}

.jdpl-button-wrapper {
	text-align: center;
}

.jdpl_button {
	color: #fff;
	background: #212121;
	display: inline-block;
	padding: 5px 15px;
	border-radius: 4px;
	font-size: 16px;
	line-height: 1.5;
}

.jdpl_button:hover,
.jdpl_button:focus {
	color: #fff;
	background: #545454;
}

.tab {
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
  }
  
/* Style the buttons inside the tab */
.tab button {
	background-color: inherit;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 14px 16px;
	transition: 0.3s;
	font-size: 17px;
}
  
/* Style the tab content */
.jdtabcontent {
	display: none;
	padding: 6px 12px;
	border: 1px solid #ccc;
	border-top: none;
}