/* DFC Setkarta – výběr modelek / košík */
.dfc-setkarta.order { width: 100%; overflow: hidden; }
.dfc-setkarta .item { float: left; width: 200px; margin: 0 1em 2em 0; }
.dfc-setkarta .item .name { margin-top: 10px; font-size: 14px; }
.dfc-setkarta .item .excerpt { margin-top: 6px; font-size: 13px; }
.dfc-setkarta .photo { position: relative; }
.dfc-setkarta .cart-link { position: absolute; top: 10px; right: 10px; background: rgba(20,23,25,0.85);
	border-radius: 100%; width: 27px; height: 27px; text-align: center; }
.dfc-setkarta .cart-link a { display: block; color: #fff; font-size: 22px; line-height: 27px; text-decoration: none; }
.dfc-setkarta .download { clear: both; padding-top: 10px; }

/* Mobil: dvě vybrané modelky na řádek (desktop nechává pevných 200 px) */
@media (max-width: 640px) {
	.dfc-setkarta .item { width: calc(50% - 0.5em); margin: 0 1em 1.5em 0; }
	.dfc-setkarta .item:nth-child(2n) { margin-right: 0; }
	.dfc-setkarta .item img { width: 100%; height: auto; }
}

/* Tlačítko „přidat do výběru" na stránce modelky */
.dfc-add { display: inline-block; padding: 8px 16px; background: rgba(20,23,25,0.85); color: #fff;
	border: 1px solid; cursor: pointer; text-decoration: none; }
.dfc-add:hover { color: #ae895d; }
.dfc-add.is-in { background: #ae895d; }

/* Počítadlo výběru v menu */
.dfc-count { font-weight: bold; }
