.product-navigation-wrapper {
    background: #f3f3f3 !important;
    overflow: hidden;
    margin: 50px 0 30px 0;
}

.product-navigation-genaral
{
	display: inline-block;
    background: #fff;
    padding: 0 35px 0 0;
    border-bottom: solid 1px #f3f3f3;
}

.product-navigation-genaral h2 {
	margin: 25px 0 25px 0 !important;
}

.product-navigation-additional
{
	display: inline-block;
	margin-left: 20px;
}

@media only screen and (max-width: 767px) {
	
    .product-navigation-wrapper {
        padding-bottom: 15px;
    }
	
	.product-navigation-genaral
{
	width: 100%;
    margin-bottom: 20px;
}

}