.nav-pills > li > a {
	padding: 0;
	margin-bottom: 20px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: transparent;
}

.icon-share-btn {
	border: none;
	background-color: transparent;
	padding-left: 0;
	padding-right: 0;
}

.icon-share {
	width: 28px;
	height: 28px;
}

.detail-title {
	display: flex;
	justify-content: space-between;
	margin-bottom: 22px;
}

.detail-container {
	margin-bottom: 30px;
}

.detail-config > div {
	display: flex;
	margin-top: 10px;
}

.cirnone{
	border: 0;
	transform: scale(1);
    -ms-transform:scale(1);     /* IE 9 */
    -moz-transform:scale(1);     /* Firefox */
    -webkit-transform:scale(1); /* Safari 和 Chrome */
    -o-transform:scale(1);
}


.circular {
	margin-left: 50px;
	margin-right: -20px;
	margin-bottom: 50px;
	width: 24px;
	height: 24px;
	border: 1px solid #DCDCDC;
	border-radius: 100%;
	cursor: pointer;
}
.circular:hover,.cirdef,.circular-bd{
	border: 1px solid #333;
	transform: scale(1.5);
    -ms-transform:scale(1.5);     /* IE 9 */
    -moz-transform:scale(1.5);     /* Firefox */
    -webkit-transform:scale(1.5); /* Safari 和 Chrome */
    -o-transform:scale(1.5);
}



#quantity {
	width: 50px;
	background-color: transparent;
}

.input-group-addon {
    cursor: pointer;
    background-color: transparent;
}

.car-btn {
	display: block;
	margin-top: 15px;
	width: 240px;
	height: 48px;
	border: 1px solid #979797;
	border-radius: 24px;
	background-color: transparent;
	color: #4A4A4A;
	font-size: 16px;
	line-height: 48px;
	width: 50%;
	text-align: center;
}

.car-btn:hover {
	color: #4594EF;
}

.section-1 {
	margin-top: 40px;
}

.detail-description {
	width: 60%;
}

.page-header {
	margin-top: 0;
	padding-bottom: 10px;
	border-bottom: 1px solid #979797;
}

.panel-group h5, .panel-group > p {
	margin: 0;
}


.img-nav {
	width: 50px;
	height: 50px;
}

.info-title {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 700;
}

.info-text {
	font-size: 14px;
	font-weight: 400;
}

.tab-content div img {
	max-height: 536px;
	border-radius: 6px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="number"]{
  -moz-appearance: textfield;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.car-btn {
		width: 100%;
	}
	.detail-description {
		width: 100%;
	}

	.mtb0 {
		margin: 0 auto;
	}
}

@media only screen and (min-width: 641px) and (max-width: 990px) {
	.detail-description {
		width: 100%;
	}
}