.font-PTSans {
	font-family: 'PT Sans', sans-serif !important;
}

.font-Montserrat {
	font-family: 'Montserrat', sans-serif !important;
}

.product_nav li a {
	font-weight: 600;
	display: block;
	position: relative;
	padding: 8px 10px;
	font-size: 13px;
	line-height: 15px;
	color: #565656;
	border-radius: 50px;
	transition: all .3s ease;
	border-width: 2px;
	border-style: solid;
	border-color: transparent;
	margin: 5px;
}

.product_nav li.active a, .product_nav li:hover a {
	color: #ed2024;
	border-color: #ed2024;
	background: transparent;
}

.product_nav li {
	position: relative;
	margin-right: 6px;
	border: 0;
	margin-bottom: -1px;
	display: inline-block;
	float: left;
}

.product_nav ul {
	list-style: none;
	padding: 0;
	position: relative;
	height: auto;
}

.product_nav {
	clear: both;
	display: block;
	height: 34px;
	width: 100%;
	margin-bottom: 26px;
	position: relative;
}


/* width */
::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 1px 1px 5px #f1f1f1; 
    border-radius: 0px;
    background: #c2c2c2;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #ed2024;
    border-radius: 0px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #ed2024;
    opacity: 0.7;
}