/*** ### ./css/responsive/items_filters.css ### ***/

.items-filters-cover, .items-filters-top, .items-filters-store-cover, .items-filters-search-cover, .items-filters-price-cover, .items-filters-marks-cover,
.items-filters-store, .items-filters-price-filter
	{
	outline: 0px solid red;
	}

.items-filters-cover{
	background: rgb(245,245,245);
	}

.items-filters-top{
	display: flex;
	}

.items-filters-top-in{
	display: flex;
	flex-grow: 1;
	outline: 0px solid red;
	}

.items-filters-store-cover, .items-filters-search-cover,  .items-filters-search{
	margin-top: 0;
	}

.items-filters-store-cover, .items-filters-search-cover,  .items-filters-search, .items-filters-price-cover, .items-filters-top, .items-filters-top-in{
	outline: 0px solid blue;
	margin-top: 0;
	}

.items-filters-marks-cover{
	min-height: 50px;
	}

/*** marks ***/
.items-filters-marks{
	/*width: 100%;*/
	padding: 10px 10px 7px 10px;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-end;
	border-top: 1px solid rgb(224,224,224);
	}

.items-filters-marks div{
	width: 16.666666666666%;
	margin-left: 0;
	}

.items-filters-marks-last{
	flex-grow: 1;
	height: 1px;
	}

.items-filters-marks label{
	display: block;
	margin-right: 10px;
	padding: 6px 0px 4px 4px;
	font-size: 0.9rem;
	line-height: 100%;
	white-space: nowrap;
	/*overflow: hidden;*/
	}

.items-filters-marks label:hover{
	background: rgb(235,235,235);
	}

.items-filters-marks input{
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	background-color: rgb(147,156,168);
	}


.items-filters-marks input:checked{
	background-image: url(/images/responsive/items/marks_checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%;
	background-color: rgb(219,79,27);
	}

.items-filters-marks span{
	display: inline-block;
	padding: 2px 0 0 7px;
	line-height: 100%;
	vertical-align: top;
	cursor: pointer;
	}

.items-filters-marks span:hover{
	text-decoration: underline;
	}

.items-filters-marks-all span{
	font-weight: 700;
	text-decoration: underline;
	}

/*** store ***/
.items-filters-store-cover{
	/*min-width: 370px;*/
	min-width: 385px;
	/*outline: 0px solid red;*/
	}

.items-filters-store{
	/*padding: 32px 0 5px 15px;*/
	padding: 15px 0 5px 10px;
	}

.items-filters-store-left, .items-filters-store-right{
	float: left;
	}

.items-filters-store-left{
	width: 110px;
	}

.items-filters-store-right{

	}

.items-filters-store-name{
	font-weight: 500;
	font-size: 0.95rem;
	padding: 2px 5px 25px 3px;
	float: left;
	/*outline: 1px dotted silver;*/
	}

.items-filters-store label{
	display: block;
	/*width: 100%;*/
	font-size: 0.9rem;
	line-height: 100%;
	padding: 2px 0 1px;
	outline: 0px dotted red;
	}

.items-filters-store-label-1, .items-filters-store-label-2{
	width: 105px;
	margin-right: 15px;
	}

.items-filters-store input[type="radio"]{
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	border: 2px solid rgb(147,156,168);
	outline: 0;
	}

.items-filters-store input[type="radio"]:checked, .items-filters-store-active{
	background-color: white;
	border: 6px double rgb(219,79,27);
	}


.items-filters-store input[type="checkbox"]{
	display: inline-block;
	width: 17px;
	height: 17px;
	border: 2px solid rgb(147,156,168);
	}

.items-filters-store input[type="checkbox"]:checked{
	background-image: url(/images/responsive/items/marks_checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%;
	background-color: rgb(219,79,27);
	border-color: rgb(219,79,27);
	}

.items-filters-store span{
	display: inline-block;
	padding: 2px 0 0 7px;
	line-height: 100%;
	vertical-align: top;
	cursor: pointer;
	}

.items-filters-store-vyprodej{

	}

.items-filters-store-vyprodej i{
	display: inline-block;
	font-style: normal;
	background: rgb(0,164,139);
	color: white;
	padding: 2px 26px 1px;
	font-weight: 400;
	font-size: 0.8rem;
	border-radius: 6px;
	margin-top: 1px;
	}


/*** search ***/
.items-filters-search-cover{
	flex-grow: 1;
	padding: 32px 0 5px;
	}

.items-filters-search{
	min-width: 245px;
	text-align: center;
	vertical-align: top;
	height: 25px;
	}

.items-filters-search-in{
	/* neni */
	}

.items-filters-search-input{
	display: inline-block;
	width: 130px;
	height: 23px;
	border: 1px solid rgb(147,156,168);
	border-right-width: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	vertical-align: bottom;
	background: white;
	}

.items-filters-search-input input{
	width: 97%;
	margin-left: 0;
	display: inline-block;
	font-size: 1.0rem;
	text-align: right;
	border: none;
	padding: 0;
	outline: none;
	background: none;
	height: 23px;
	line-height: 23px;
	/*background: rgb(0,0,255,0.1);*/
	}

.items-filters-search button{
	display: inline-block;
	width: 115px;
	border: none;
	background-color: rgb(72,82,94);
	color: rgb(225,231,236);
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	font-size: 0.8rem;
	height: 25px;
	}

/*** price ***/
.items-filters-price-cover{
	min-width: 275px;
	max-width: 300px;
	flex-grow: 1;
	}

.items-filters-price{
	height: 65px;
	/*padding-right: 20px;*/
	}

.items-filters-price-in{
	padding: 6px 0 0;
	}

/*** ### ./css/responsive/items_filters_price.css ### ***/

.if-price{
	/*display: block;*/
	/*position: absolute;*/
	width: 275px;
	height: 60px;
	margin-left: 0;
	/*background: rgb(122,168,204);*/
	/*background: rgb(187,196,208);*/
	/*margin-left: 245px;*/
	}

.if-price-line{
	width: 250px;
	height: 6px;
	border: 1px solid white;
	border-left: 0px;
	border-right: 0px;
	background: rgb(235,235,235);
	background: rgb(187,196,208);
	position: absolute;
	margin-top: 35px;
	margin-left: 14px;
	z-index: 10;
	cursor: pointer;
	}

.if-price-buts{
	width: 250px;
	height: 27px;
	position: absolute;
	margin-left: 14px;
	margin-top: 25px;
	z-index: 20;
	}

.if-price-buts img{
	display: block;
	width: 29px;
	height: 27px;
	/*background: url(/images/other/if_01.png) no-repeat;*/
	position: absolute;
	z-index: 30;
	cursor: pointer;
	}

.if-price-but-2{
	margin-left: 221px;
	}

.if-price-1, .if-price-2{
	position: absolute;
	margin-top: 7px;
	/*color: white;*/
	font-size: 0.8rem;
	margin-left: 14px;
	width: 70px;
	z-index: 10;
	}

.if-price-2{
	margin-left: 195px;
	text-align: right;
	}

.if-price-1 span, .if-price-2 span{
	display: inline-block;
	max-width: 70px;
	background: rgb(245,245,245,0.65);
	}

.if-price-graf{
	width: 190px;
	height: 20px;
	position: absolute;
	margin-top: 14px;
	margin-left: 44px;
	z-index: 2;
	}

.if-price-graf div{
	position: absolute;
	height: 20px;
	width: 2px;
	/*background: rgb(177,201,216);
	border: 1px solid rgb(122,168,204);
	*/
	font-size: 1px;

	background: rgb(195,128,102);
	border: 1px solid white;
	}


/*** ### ./css/responsive/items_filters_params.css ### ***/

.if-filters{
	padding: 10px 0 2px;
	width: 100%;
	border-top: 1px solid rgb(224,224,224);
	background: rgb(245,245,245);
	}

.if-filters-list{
	padding: 0 10px;
	}

.if-filters-list b{
	display: block;
	float: left;
	}

.if-filters-list span{

	}

.if-filters-list button{
	display: block;
	float: left;
	margin: auto 5px auto auto;
	border: 2px solid rgb(212,223,228);
	color: black;
	cursor: pointer;
	background: rgb(72,82,94);
	color: white;
	padding: 5px 15px 4px 15px;
	font-size: 0.9rem;
	border-radius: 8px;
	}

.if-filters-list button:hover{
	background: rgb(155,88,62);
	}

button.if-filters-list-active, button.if-filters-list-active:hover{
	/*background: rgb(59,145,216);*/
	background: rgb(13,169,239);
	/*color: rgb(230,237,242);*/
	}

.if-filters-vals{
	padding: 6px 0 0 6px;
	}

.if-filters-vals b{
	display: block;
	float: left;
	padding: 2px 8px 3px 3px;
	}

.if-filters-vals-row{
	/*border: 1px solid white;*/
	background: rgb(245,245,245);
	padding: 8px 4px 3px;
	margin-bottom: 1px;
	display: none;
	}

.if-filters-vals-row-active{
	display: block;
	}

.if-filters-vals-row-vals{
	float: left;
	}

.if-filters-vals-row label{
	display: block;
	float: left;
	padding: 2px 8px 1px 4px;
	}

.if-filters-vals-row span{
	font-size: 0.9em;
	}

.if-filters-vals-row em{
	display: block;
	font-style: normal;
	width: 12px;
	height: 12px;
	position: absolute;
	background: url(/images/other/filtry_01.png) 0px 0px no-repeat;
	margin-top: 17px;
	margin-left: 15px;
	cursor: pointer;
	}

.if-filters-vals-row em:hover{
	background: url(/images/other/filtry_01.png) -12px 0px no-repeat;
	}

.if-filters-vals-row-clear-36{
	clear: left;
	width: 64px;
	height: 15px;
	float: left;
	}

label.if-filters-colors{
	border: 2px solid rgb(220,232,247);
	width: 30px;
	height: 30px;
	margin-right: 4px;
	margin-bottom: 4px;
	padding: 0px;
	}

.if-filters-colors:hover{
	border: 2px solid rgb(28,99,147);
	}

.if-filters-colors div{
	display: block;
	position: absolute;
	width: 24px;
	height: 11px;
	margin-top: 11px;
	}

.if-filters-colors span{
	display: block;
	border: 3px solid rgb(220,232,247);
	width: 24px;
	height: 22px;
	}

.if-filters-vals-row label input{
	display: inline-block;
	width: 17px;
	height: 17px;
	border-radius: 4px;
	background-color: rgb(147,156,168);
	}

.if-filters-vals-row label input:checked{
	background-image: url(/images/responsive/items/marks_checkbox.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 70% 70%;
	background-color: rgb(219,79,27);
	}

.if-filters-vals-row label span{
	display: inline-block;
	padding: 2px 0 0 0px;
	line-height: 100%;
	vertical-align: top;
	cursor: pointer;
	}

/*** ### ./css/responsive/items_perpage.css ### ***/

.items-perpage-cover{
	padding: 3px 2px 2px 10px;
	font-size: 0.75rem;
	flex-grow: 1;
	color: white;
	text-align: right;
	/*outline: 1px solid red;*/
	}

.items-perpage{
	text-align: right;
	}

.items-perpage-name{
	display: inline-block;
	padding: 0 6px 0 0;
	}

.items-perpage-name i{
	font-style: normal;
	}

.items-perpage-opts{
	display: inline-block;
	}

.items-perpage label{
	display: inline-block;
	padding: 1px 6px 0px;
	cursor: pointer;
	}

.items-perpage label:hover{
	text-decoration: underline;
	}

label.items-perpage-1{
	/*border-top-left-radius: 30px;
	border-bottom-left-radius: 15px;
	*/
	/*border-right: none;*/
	/*padding: 6px 8px 4px 12px;*/
	}

label.items-perpage-3{
	/*border-top-right-radius: 30px;
	border-bottom-right-radius: 15px;
	*/
	/*border-left: none;*/
	/*padding: 6px 12px 4px 8px;*/
	}

label.items-perpage-active, label.items-perpage-active:hover{
	/*background-color: rgb(13,169,239);
	border-color: rgb(13,169,239);*/
	font-weight: 700;
	background-color: rgb(239,243,247);
	color: black;
	}

/*** ### ./css/responsive/items_count.css ### ***/

.items-count-cover{
	padding: 3px 0 2px 8px;
	font-size: 0.75rem;
	flex-grow: 1;
	color: white;
	}

.items-count{
	text-align: left;
	}

.items-count-right{
	text-align: right;
	}

.items-count-cover span{
	font-weight: 700;
	}

/*** ### ./css/responsive/items_coling.css ### ***/

.items-coling-select-cover{
	padding: 1px 0 0;
	display: none;
	}

.items-coling-select{
	height: 15px;
	display: flex;
	background: rgb(107,116,128);
	}

.items-coling-select-normal, .items-coling-select-more{
	display: flex;
	padding: 2px 4px;
	border: 1px solid rgb(107,116,128);
	cursor: pointer;
	}

.items-coling-select-active{
	border-color: white;
	}

.items-coling-select-normal span, .items-coling-select-more span{
	display: block;
	width: 5px;
	height: 5px;
	background: white;
	border: 1px solid rgb(107,116,128);
	}

.items-coling-select-normal:hover, .items-coling-select-more:hover{
	background: white;
	}

.items-coling-select-normal:hover span, .items-coling-select-more:hover span{
	background: rgb(107,116,128);
	border-color: white;
	}

.items-coling-select-space{
	width: 5px;
	height: 5px;
	}

/*** ### ./css/responsive/items_paging.css ### ***/

.items-paging-space{
	width: 1px;
	height: 20px;
	font-size: 1px;
	/*display: none;*/
	flex-grow: 1;
	}

.items-paging{
	height: 33px;
	padding: 0;
	line-height: 100%;
	}

.items-paging a{
	width: 33px;
	border: 1px solid white;
	/*border-color: red;*/
	border-radius: 30px;
	font-size: 0.95rem;
	font-weight: 500;
	padding: 8px 0;
	background: white;
	text-align: center;
	margin-right: 2px;
	text-decoration: none;
	color: rgb(50,50,50);
	line-height: 100%;
	display: block;
	float: left;
	}

.items-paging-spacein{
	display: block;
	float: left;
	width: 20px;
	padding-top: 12px;
	text-align: center;
	}

.items-paging a:hover{
	background-color: rgb(239,243,247);
	border-color: rgb(212,223,228);
	}

a.items-paging-active, a.items-paging-active:hover{
	background-color: rgb(13,169,239);
	border-color: rgb(13,169,239);
	color: white;
	}

a.items-paging-next, a.items-paging-previous{
	width: 75px;
	font-size: 0.75rem;
	font-weight: 400;
	border-color: rgb(212,223,228);
	background-image: url(/images/responsive/items/paging.png);
	background-size: 55px 14px;
	background-repeat: no-repeat;
	background-position: 50px 9px;
	padding: 0;
	height: 30px;
	}

a.items-paging-next{
	border-top-right-radius: 44px;
	border-bottom-right-radius: 20px;
	}

a.items-paging-previous{
	width: 108px;
	background-position: -30px 9px;
	border-top-left-radius: 44px;
	border-bottom-left-radius: 20px;
	}

.items-paging-next span{
	display: inline-block;
	padding: 10px 20px 9px 0;
	}

.items-paging-previous span{
	display: inline-block;
	padding: 10px 0 9px 20px;
	}

/*** ### ./css/responsive/items_sorting.css ### ***/

.items-sorting-cover{

	}

.items-sorting-space{
	width: 1px;
	height: 20px;
	font-size: 1px;
	flex-grow: 1;
	}

.items-sorting{
	padding: 0 2px;
	}

.items-sorting a{
	display: inline-block;
	/*width: 95px;*/
	border: 1px solid rgb(212,223,228);
	font-size: 0.85rem;
	font-weight: 400;
	padding: 10px 8px 7px;
	background: white;
	text-align: center;
	text-decoration: none;
	color: rgb(50,50,50);
	line-height: 100%;
	}

a.items-sorting-1{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 15px;
	/*width: 75px;*/
	border-right-width: 0;
	}

.items-sorting-1 span{
	display: inline-block;
	padding-left: 5px;
	}

a.items-sorting-2{
	border-left-width: 1px;
	border-right-width: 0;
	}

a.items-sorting-3{
	/*width: 88px;*/
	border-left-width: 1px;
	border-right-width: 0;
	}

a.items-sorting-4{
	/*width: 107px;*/
	border-top-right-radius: 30px;
	border-bottom-right-radius: 15px;
	border-left-width: 1px;
	}

a.items-sorting-4 span{
	display: inline-block;
	padding-right: 5px;
	}

.items-sorting a:hover{
	background-color: rgb(239,243,247);
	}

a.items-sorting-active, a.items-sorting-active:hover{
	background-color: rgb(13,169,239);
	border-color: rgb(13,169,239);
	color: white;
	}


/*** ### ./css/responsive/items.css ### ***/

.items{
	width: 100%;
	/*max-width: 1000px;*/
	/*padding: 20px 0 0 0;*/
	padding: 14px 0 0 0;
	}

div{
/*	outline: 1px solid red;*/
	}

.items-list{
	display: flex;
	flex-wrap: wrap;
	}

.items-list-blank{
	font-size: 1px;
	height: 1px;
	flex-grow: 1;
	}

.items-top-line{
	display: flex;
	padding: 20px 0 5px;
	/*outline: 1px solid blue;*/
	}

.items-top-line-space{
	height: 5px;
	flex-grow: 1;
	/*background: gold;*/
	}

.items-top-line-space-left, .items-top-line-space-right{
	min-width: 10px;
	height: 5px;
	flex-grow: 1;
	/*background: gold;*/
	}

.items-top-line-space-right{
	min-width: 5px;
	}

.items-top-small{
	display: flex;
	background: rgb(147,156,168);
	}

.items-count-cover, .items-sorting, .items-paging{
	/*outline: 1px solid red;*/
	}

.items-bottom{
	display: flex;
	}

.items-bottom .items-paging{
	margin-right: 0;
	}



/*** ### ./css/responsive/items_detail.css ### ***/

/*** garance ***/
.garance{
	width: 750px;
	border: 2px solid rgb(44,62,78);
	border-radius: 10px;
	}

.garance-in{
	width: 100%;
	background: white;
	line-height: 160%;
	}

.garance-in div{
	padding: 15px;
	}
/*
.garance-out{
	display: block;
	width: 21px;
	height: 21px;
	position: absolute;
	margin-top: 0px;
	margin-left: 723px;
	cursor: pointer;
	}
*/
.garance h2{
	color: rgb(254,118,36);
	padding: 5px 0px 4px;
	}

.garance strong{
	display: block;
	font-size: 1.2rem;
	padding: 10px 0px 5px;
	}

.garance b{
	display: block;
	font-size: 1.2rem;
	padding: 10px 0px 5px;
	text-align: center;
	}

.garance p{
	text-align: justify;
	padding: 0px 0px 10px;
	}