﻿/* Try 1 ----------------------------------------------------------- */

.product-selection .nav-tabs { 
    border-bottom: 2px solid #DDD; 

}

.product-selection .nav-tabs > li.active > a, .product-selection .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { 
    border-width: 0;
}

.product-selection .nav-tabs > li > a {
     border: none; color: #666; 
}

.product-selection .nav-tabs > li.active > a, .product-selection .nav-tabs > li > a:hover { 
    border: none; 
    color: #4285F4 !important; 
    background: transparent; 
}

.product-selection .nav-tabs > li > a::after { 
    content: ""; 
    background: #4285F4; 
    height: 2px; 
    position: absolute; 
    width: 100%; 
    left: 0px; 
    bottom: -1px; 
    transition: all 250ms ease 0s; 
    transform: scale(0); 
}

.product-selection .nav-tabs > li.active > a::after, .product-selection .nav-tabs > li:hover > a::after { 
    transform: scale(1); 
}

.product-selection .tab-nav > li > a::after { 
    background: #21527d none repeat scroll 0% 0%; 
    color: #fff; 
}

.product-selection .subcategory-tabs > li > a {
    font-size:0.9em;
}
.product-selection .tab-pane { 
    padding: 15px 0; 
}
.product-selection .tab-content{
    /*padding:20px*/
}
