/**/
#product-feature-search{ margin: 10rem 0; }
#product-feature-search .nav-tabs{ justify-content: start; } 
#product-feature-search .feature-list{ display: flex; flex-wrap: wrap; }
#product-feature-search .feature-list .item{ margin: 0 1rem 1rem 0; }
#product-feature-search .feature-list .item a{ background-repeat: no-repeat; background-size: cover; background-position: center center; width: 2rem; height: 2rem; box-shadow: 0 0 0.5rem rgba(0,0,0,0.2); border-radius: 50%; cursor: pointer; transition: box-shadow 0.3s ease; display: block; }
#product-feature-search .feature-list .item a.active, #product-feature-search .feature-list .item a:hover{ box-shadow: 0 0 0.25rem #000; }
#product-feature-search .columns-1 .product-miniature{ max-width: 100%; width: 25rem; margin: 0 auto; flex: 0 0 25rem; }
#product-feature-search .feature-link{ margin: 1.5rem 0 0 0; text-align: center; }