.product-filter-wrapper { padding-right: 0; }
.product-table-wrapper{ padding-left: 0; }
.product__filter { border-right: 1px solid #DDD; }
.product__filter:after { display: none; }
.product__filter-current { border-top: 1px solid #DDD; padding: 15px 0; -webkit-transition: max-height 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); -moz-transition: max-height 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); -ms-transition: max-height 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); -o-transition: max-height 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); transition: max-height 1s cubic-bezier(0.190, 1.000, 0.220, 1.000); }

.product__filter-heading { -webkit-transition: opacity .3s; -moz-transition: opacity .3s; -ms-transition: opacity .3s; -o-transition: opacity .3s; transition: opacity .3s; }
.product__filter-current-wrapper.has-no-items .product__filter-heading { opacity: 0; }
.product__filter-current-wrapper.has-no-items .product__filter-current { display: none; }

.product__filter-current-wrapper.has-items .product__filter-heading { opacity: 1; }
.product__filter-current-wrapper.has-items .product__filter-current { display: block; }

.product__details { width: 100%; }

#Configuration .container { max-width: 1500px; }