/*** ### ./css/responsive/item.css ### ***/

.item-cover{
	width: 33.332%;
	margin: 0 auto auto 0;
	}

.item-cover-in{
	padding: 15px 15px 35px;
	}

.item{
	width: 100%;
	min-height: 200px;
	border: 1px solid rgb(225,231,236);
	border-radius: 8px;

	/*padding-bottom: 15px;*/
	}

.item:hover{
	/*box-shadow: inset 0 0 15px 0 rgb(225,231,236);*/
	box-shadow: inset 0 0 15px 0 rgb(215,221,226);
	}



/*** labels ***/
.item-labels{
	font-size: 0.7rem;
	position: absolute;
	font-weight: 400;
	margin-left: 2px;
	margin-top: 2px;
	line-height: 100%;
	cursor: pointer;
	}

.item-labels span{
	display: inline-block;
	background: white;
	padding: 1px 3px 0px 2px;
	border: 2px solid white;
	border-radius: 7px;

	/*border: 1px solid red;*/
	}

span.item-labels-price-percent{
	font-size: 1.2rem;
	/*background: red;*/
	color: white;
	line-height: 100%;
	padding: 3px 5px 3px 7px;
	font-weight: 700;
	background: rgb(200,82,0);
	/*
	display: block;
	position: absolute;
	margin-top: -35px;
	margin-left: 232px;
	width: 50px;
	*/
	}


/*
.item-labels-store{
	color: rgb(0,164,139);
	font-size: 0.95rem;
	}
*/
.item-labels-new{
	color: rgb(13,169,239);
	}
/*
span.item-labels-garanc{
	background: gold;
	background: rgb(255,231,157);
	border-color: rgb(255,231,157);
	}
*/

.item-labels-black-friday img{
	display: block;
	width: 110px;
	height: 29px;
	margin: auto;
	}

span.item-labels-rental{
	background: Moccasin;
	line-height: 140%;
	padding: 2px 5px 0px 4px;
	}

span.item-labels-regs{
	background: #dcedc1;
	line-height: 140%;
	padding: 2px 5px 0px 4px;
	}

span.item-labels-vanoce{
	width: 25px;
	height: 40px;
	background: url(/images/responsive/vanoce/tree.png) top center no-repeat;
	background-size: 33px 53px;
	border: none;
	}

span.item-labels-astore-test{
	font-size: 1.4rem;
	line-height: 100%;
	font-weight: bold;
	float: right;
	background: rgb(225,231,236);
	border-top-right-radius: 6px;
	padding: 5px;
	}

/*** href ***/
.item-href{
	display: block;
	}

/*** image ***/
.item-image{
	display: block;
	margin: auto;
	padding: 10px;
	}

.item-image img{
	display: block;
	margin: auto;
	width: 100%;
	max-width: 280px;
	max-height: 280px;
	min-width: 200px;
	min-height: 200px;
	border: none;
	outline: 0px solid linen;
	color: silver;
	}

/*** href ***/
.item-href{
	text-decoration: none;
	color: rgb(55,66,80);
	}

.item-href:hover{
	color: rgb(219,79,27);
	}

/*
.item-href:hover .item-descr span{
*/
/*** name ***/
.item-name{
	display: block;
	/*padding: 5px;*/
	/*padding: 5px 10px;*/
	padding: 0 10px;
	/*background: silver;*/
	/* padding nesmi byt top/bottom */
	overflow: hidden;
	}

.item-name strong{
	display: block;
	/*text-align: center;*/
	font-size: 1.15rem;
	line-height: 120%;
	padding-top: 5px;
	}

.item-name span{
	/*display: block;*/
	/*text-align: center;*/
	font-size: 0.75rem;
	/*padding: 3px 0 5px;*/
	/*min-height: 11px;*/
	font-weight: 400;
	/*white-space: nowrap;
	overflow: hidden;*/
	display: block;
	}

/*** price ***/
.item-price{
	display: block;
	/*text-align: center;*/
	padding: 0 0 0;
	}

.item-price span{
	line-height: 100%;
	}

.item-price-normal{
	display: block;
	font-size: 0.8rem;
	color: rgb(80,80,80);
	text-align: right;
	padding: 0 6px 0 0;
	min-height: 21px;
	}

.item-price-normal span{
	display: inline-block;
	background-image: url(/images/responsive/items/strike.png);
	background-size: 100% 50%;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 4px;
	}

.item-price-actual{
	display: block;
	font-weight: 900;
	font-size: 1.75rem;
	padding: 0 10px 0 0;
	text-align: right;
	color: rgb(190,72,0);
	}

.item-price-actual i{
	font-size: 1.4rem;
	font-weight: 500;
	font-style: normal;
	}

.item-price-actual span{
	font-size: 0.95rem;
	/*opacity: 0.4;*/
	}

/*
.item-price button{
	display: block;
	margin: auto 10px;
	width: 90px;
	}
*/
/*** descr ***/
.item-descr{
	display: block;
	/* padding nesmi byt */
	}

.item-descr-in{
	display: block;
	padding: 10px 5px 5px 10px;
	font-size: 0.75rem;
	line-height: 140%;
	color: black;
	}

.item-descr-in ul{
	margin-top: 0;
	margin-bottom: 0;
	list-style-type: square;
	}


/*** store ***/
.item-store{
	display: block;
	padding: 0 3px 2px;
	}

.item-store-in{
	display: flex;
	padding: 4px 0px 3px;
	background-color: orange;
	background-image: url(/images/responsive/items/strike_store.png);
	background-size: 50px 75px;
	background-repeat: no-repeat;
	background-position: center center;
	color: rgb(70,70,70);
	border: 3px solid orange;
	border-top: none;
	border-bottom: none;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	line-height: 100%;
	}

.item-store-zlin .item-store-in{
	background-color: rgb(0,164,139);
	border-color: rgb(0,164,139);
	color: white;
	}

.item-store-left{
	width: 50%;
	/*border-right: 1px solid red;*/
	text-align: center;
	font-weight: 400;
	font-size: 0.85rem;
	}

.item-store-left span{
	/*font-size: 0.95rem;*/
	font-weight: 500;
	font-size: 0.85rem;
	}

.item-store-left i{
	font-style: normal;
	}

.item-store-zlin .item-store-left{
	font-size: 1.1rem;
	font-weight: 700;
	}

.item-store-right{
	width: 50%;
	text-align: center;
	font-size: 0.75rem;
	/*padding-top: 1px;*/
	}

.item-store-right span{
	font-size: 0.95rem;
	font-weight: 500;
	}

.item-store-rental .item-store-in{
	background-image: none;
	background-color: Moccasin;
	border-color: Moccasin;
	}

.item-store-rental .item-store-in span{
	display: block;
	margin: auto;
	text-align: center;
	font-size: 0.85rem;
	font-weight: 500;
	}

/*** new **/
.item-store-new-mode-1 .item-store-in{
	background-color: rgb(0,164,139);
	border-color: rgb(0,164,139);
	color: white;
	}

.item-store-new-mode-6 .item-store-in{
	background-color: #dddddf;
	border-color: #dddddf;
	}

.item-store-new-mode-7 .item-store-in{
	background-color: #cbcbcb;
	border-color: #cbcbcb;
	}

.item-store-new-mode-8 .item-store-in{
	background-color: #b8e0d2;
	border-color: #b8e0d2;
	}

.item-store-new-mode-9 .item-store-in{
	background-color: #c9e5d4;
	border-color: #c9e5d4;
	}

.item-store-new-mode-11 .item-store-in{
	background-color: #c6e2e9;
	border-color: #c6e2e9;
	}

.item-store-new-mode-1 .item-store-left,
.item-store-new-mode-6 .item-store-left,
.item-store-new-mode-7 .item-store-left,
.item-store-new-mode-8 .item-store-left,
.item-store-new-mode-9 .item-store-left,
.item-store-new-mode-11 .item-store-left{
	font-weight: 700;
	}

.item-store-new-mode-1 .item-store-right,
.item-store-new-mode-6 .item-store-right,
.item-store-new-mode-7 .item-store-right,
.item-store-new-mode-8 .item-store-right,
.item-store-new-mode-9 .item-store-right,
.item-store-new-mode-11 .item-store-right{
	font-size: 0.85rem;
	}


/*
td.astore-test-mode-8, .astore-test tr:hover td.astore-test-mode-8{
	background: #b8e0d2;
	color: black;
	}

td.astore-test-mode-9, .astore-test tr:hover td.astore-test-mode-9{
	background: #c9e5d4;
	color: black;
	}

td.astore-test-mode-6, .astore-test tr:hover td.astore-test-mode-6,
td.astore-test-mode-7, .astore-test tr:hover td.astore-test-mode-7{
	background-color: #dddddf;
	color: black;
	font-weight: 700;
	font-size: 0.75rem;
	}

td.astore-test-mode-7, .astore-test tr:hover td.astore-test-mode-7{
	background-color: #cbcbcb;
	}

td.astore-test-mode-11, .astore-test tr:hover td.astore-test-mode-11{
	background-color: #95b8d1;
	font-weight: 700;
	font-size: 0.75rem;
	}
*/

/*
.item-store-new-mode-1 .item-store-in{
	background-color: rgb(0,164,139);
	border-color: rgb(0,164,139);
	color: white;
	}

.item-store-new-mode-2 .item-store-in,
.item-store-new-mode-19 .item-store-in{
	background-color: #dddddf;
	border-color: #dddddf;
	color: black;
	}

.item-store-new-mode-3 .item-store-in{
	background-color: #b8e0d2;
	border-color: #b8e0d2;
	color: black;
	}

.item-store-new-mode-1 .item-store-left,
.item-store-new-mode-2 .item-store-left,
.item-store-new-mode-3 .item-store-left,
.item-store-new-mode-19 .item-store-left{
	font-weight: 700;
	}

.item-store-new-mode-1 .item-store-right,
.item-store-new-mode-2 .item-store-right,
.item-store-new-mode-3 .item-store-right,
.item-store-new-mode-19 .item-store-right{
	font-size: 0.85rem;
	}
*/
/*
.item-store-left{
	display: block;
	padding: 2px 5px 0px;


	text-align: center;
	color: black;
	}


.item-store-in span{
	display: inline-block;
	font-weight: 700;
	font-size: 1.1rem;
	padding-left: 2px;
	}

.item-store-zlin .item-store-in{
	background-color: rgb(0,164,139);
	border-color: rgb(0,164,139);
	color: white;
	}
*/



/*** items ***/
.items-coling-more .item-descr{
	display: none;
	}

.items-coling-more .item-price{
	padding-bottom: 5px;
	}



/*** katalog darku ***/
.item-katalog-darku{
	display: block;
	padding: 15px 0;
	}

.item-katalog-darku b{
	display: block;
	text-align: center;
	font-weight: 500;
	color: coral;
	}

.item-katalog-darku strong{
	font-weight: 700;
	}

.item-katalog-darku button{
	display: block;
	margin: 15px auto auto;
	background: rgb(219,79,27);
	color: white;
	border: 3px double white;
	border-radius: 10px;
	padding: 8px 10px 5px;
	}

.item-katalog-darku button:hover{
	background: rgb(196,76,32);
	text-decoration: underline;
	}