/* 
WJECF columns system
*/

ul.wjecf-cols { list-style-type: none;margin:0} 
ul.wjecf-cols::after { content:'';display:block;clear:both; } /* clearfix */
ul.wjecf-cols > li { float:left;padding:0;position:relative;margin-right:3%;margin-left:0; } 

ul.wjecf-cols.cols-2 > li { width:48.5%; } 
ul.wjecf-cols.cols-3 > li { width:31.3%; } 
ul.wjecf-cols.cols-4 > li { width:22.7%; } 
ul.wjecf-cols.cols-5 > li { width:17.6%; } 
ul.wjecf-cols.cols-6 > li { width:14.1%; } 

ul.wjecf-cols.cols-2 > li:nth-child(2n+2),
ul.wjecf-cols.cols-3 > li:nth-child(3n+3),
ul.wjecf-cols.cols-4 > li:nth-child(4n+4),
ul.wjecf-cols.cols-5 > li:nth-child(5n+5),
ul.wjecf-cols.cols-6 > li:nth-child(6n+6) { margin-right:0!important; }

ul.wjecf-cols.cols-2 > li:nth-child(2n+1),
ul.wjecf-cols.cols-3 > li:nth-child(3n+1),
ul.wjecf-cols.cols-4 > li:nth-child(4n+1),
ul.wjecf-cols.cols-5 > li:nth-child(5n+1),
ul.wjecf-cols.cols-6 > li:nth-child(6n+1) { clear:both; } 

.wjecf-select-free-products ul.wjecf-cols > li > img { width:auto; } 
.wjecf-select-free-products ul.wjecf-cols > li input[type="number"] { width:100%; }
.wjecf-select-free-products ul.wjecf-cols > li select { width:100%; }
