/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.product-customization .product-customization-item { width:100% !important;margin-top:0px;}
.product-customization .card-block{ background:#fafafa !important;padding-bottom:0px;}
.nadruktekst { display:none;}
.nadrukobrazek { display:none;}
.zapiszprojekt { display:none;margin-bottom:20px;}

.attributenames {display:flex;justify-content:flex-start }
.attributequantity {display:flex;justify-content:flex-start }
.attributeorder {display:flex;justify-content:flex-start }

.list .product-desc { width:100%;}
#products .thumbnail-container, .featured-products .thumbnail-container, .product-accessories .thumbnail-container, .product-miniature .thumbnail-container { height:auto !important;}


/*dodawanie produktów*/
.bulkproducts { width:100%;border:0px;float:left;}
.bulkname,.bulkstate,.bulkquantity,.bulkquantitycolor { display:flex;justify-content:flex-start;font-size:14px;padding:3px;}
.bulkname > div,.bulkstate > div,.bulkquantity > div { min-width:80px;text-align:center;}
.bulkproducts input { max-width:100%;width:50px;}
.bulkname > div:nth-child(1),.bulkstate > div:nth-child(1),.bulkquantity > div:nth-child(1),.bulkquantitycolor > div:nth-child(1) { min-width:150px;text-align:center;}
.bulkquantitycolor > div:nth-child(2) { width:100%;}

.bulkproducts form > div:nth-child(2n){ background:#eef0ef;} 
.bulkquantity { padding-top:10px;padding-bottom:10px;}
.bulkquantity input { border-radius:2px;background:#affa9f;border:0px;text-align:center;padding:4px;}

.bulkproducts a { display:block;padding:3px;border:1px solid #d8d8d8;margin-top:0px;border-radius:2px;text-align:center;}

.czarny { background:#000;}
.czerwony { background:#ff0000;}
.lime { background:#d0d73d;}
.niebieski { background:#1db8f9;}
.zielony { background:#63de1f;}
.żółty { background:#f9ec1d;}
.pomarańczowy { background:#f98a1d;}