/** May the force of SCSS be with you */
@media (max-width: 991px) {
	.nav-tabs > li > a {
		font-size: 25px;
	}
}

@media (max-width: 767px) {
	.tab-content > .tab-pane {
		display: block;
		visibility: visible;
	}

	.product-info .tab-content #tab-attributes div.desc-header-wrapper:first-child {
		border-top: 2px solid #f3f3f3;
	}
}

.one_review .price-old {
	font-size: 12px;
    display: block;
	font-weight: 300;
	text-decoration: line-through;
	color: #9e9e9e;
}